getAttributes
クラス: coder.make.ToolchainInfo
名前空間: coder.make
属性名のリストの取得
構文
names = h.getAttributes
入力引数
出力引数
例
h.addAttribute('FirstAttribute') h.addAttribute('SecondAttribute') h.addAttribute('ThirdAttribute') names = h.getAttributes
names =
'FirstAttribute' 'SecondAttribute' 'ThirdAttribute'バージョン履歴
R2013a で導入