Proprietà PropertyGroup.DefaultProperty

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
Public Property DefaultProperty As PropertyItem
    Get
    Set
public PropertyItem DefaultProperty { get; set; }
public:
property PropertyItem^ DefaultProperty {
    PropertyItem^ get ();
    void set (PropertyItem^ value);
}
member DefaultProperty : PropertyItem with get, set
function get DefaultProperty () : PropertyItem
function set DefaultProperty (value : PropertyItem)

Valore proprietà

Tipo: Microsoft.VisualStudio.Data.Schema.Package.Internal.PropertyItem

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyGroup Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Internal