IsVisible Property
IsVisible Property.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property IsVisible As Boolean
Get
Set
'Usage
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);
}
member IsVisible : bool with get, set
function get IsVisible () : boolean
function set IsVisible (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
SqlClrReferenceNodeExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace