AutomationBrowsableAttribute.Browsable-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

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

Syntax

'Declaration
Public Property Browsable As Boolean
    Get
    Private Set
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

AutomationBrowsableAttribute Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal-Namespace