Sdílet prostřednictvím


IProfile.PropertyTypes – vlastnost

Definice typů vlastnosti v profilu.

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

Syntaxe

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

Hodnota vlastnosti

Typ: IEnumerable<IPropertyType>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IProfile Rozhraní

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