Partilhar via


Propriedade AutomationBrowsableAttribute.Browsable

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

AutomationBrowsableAttribute Classe

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