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)
    Get
IEnumerable<IProperty> Properties { get; }
property IEnumerable<IProperty^>^ Properties {
    IEnumerable<IProperty^>^ get ();
}
abstract Properties : IEnumerable<IProperty>
function get Properties () : IEnumerable<IProperty>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<IProperty>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IPropertyType Rozhraní

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