Compartir a través de


PropertyGroup.DefaultProperty (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

PropertyGroup Clase

Microsoft.VisualStudio.Data.Schema.Package.Internal (Espacio de nombres)