プロパティをオートメーション用に表示するかどうかを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public ReadOnly Property Browsable As Boolean
'使用
Dim instance As AutomationBrowsableAttribute
Dim value As Boolean
value = instance.Browsable
public bool Browsable { get; }
public:
property bool Browsable {
bool get ();
}
public function get Browsable () : boolean
プロパティ値
型 : System.Boolean
プロパティをオートメーション用に表示する場合は TRUE を返します。それ以外の場合は FALSE を返します。
参照
参照
AutomationBrowsableAttribute クラス