Browsable Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property Browsable As Boolean
Get
Private Set
'Usage
Dim instance As AutomationBrowsableAttribute
Dim value As Boolean
value = instance.Browsable
public bool Browsable { get; private set; }
public:
property bool Browsable {
bool get ();
private: void set (bool value);
}
member Browsable : bool with get, private set
function get Browsable () : boolean
private function set Browsable (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
AutomationBrowsableAttribute Class
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace