ノードが表示されているかどうかを取得または設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)
構文
'宣言
Public Property IsVisible As Boolean
'使用
Dim instance As SqlClrReferenceNodeExtender
Dim value As Boolean
value = instance.IsVisible
instance.IsVisible = value
public bool IsVisible { get; set; }
public:
property bool IsVisible {
bool get ();
void set (bool value);
}
public function get IsVisible () : boolean
public function set IsVisible (value : boolean)
プロパティ値
型 : System.Boolean
ノードが表示されている場合は TRUE を返します。それ以外の場合は FALSE を返します。
参照
参照
SqlClrReferenceNodeExtender クラス
SqlClrReferenceNodeExtender メンバ
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders 名前空間