Sdílet prostřednictvím


IPropertyType.Properties – vlastnost

Vlastnosti profilu, které mají tento typ vlastnosti.

Obor názvů:  Microsoft.VisualStudio.Uml.Profiles
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
ReadOnly Property Properties As IEnumerable(Of IProperty)
IEnumerable<IProperty> Properties { get; }
property IEnumerable<IProperty^>^ Properties {
    IEnumerable<IProperty^>^ get ();
}
abstract Properties : IEnumerable<IProperty> with get
function get Properties () : IEnumerable<IProperty>

Hodnota vlastnosti

Typ: IEnumerable<IProperty>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IPropertyType Rozhraní

Microsoft.VisualStudio.Uml.Profiles – obor názvů