Sdílet prostřednictvím


PropertyGroup.Properties – 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 ReadOnly Property Properties As IList(Of PropertyItem)
    Get
public IList<PropertyItem> Properties { get; }
public:
property IList<PropertyItem^>^ Properties {
    IList<PropertyItem^>^ get ();
}
member Properties : IList<PropertyItem>
function get Properties () : IList<PropertyItem>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<PropertyItem>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyGroup Třída

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