Sdílet prostřednictvím


PropertyGroup.DefaultProperty – vlastnost

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyGroup Třída

Microsoft.VisualStudio.Data.Schema.Package.Internal – obor názvů