ExtenderComVisible Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(True)> _
Public Property ExtenderComVisible As Boolean
    Get
    Set
'Usage
Dim instance As DatabaseProjectNodeExtender
Dim value As Boolean

value = instance.ExtenderComVisible

instance.ExtenderComVisible = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public bool ExtenderComVisible { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public:
property bool ExtenderComVisible {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(true)>]
member ExtenderComVisible : bool with get, set
function get ExtenderComVisible () : boolean
function set ExtenderComVisible (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

DatabaseProjectNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace