Compartilhar via


Propriedade PropertyGroup.Properties

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.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

PropertyGroup Classe

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