Sdílet prostřednictvím


IStereotypeInstance.PropertyInstances – vlastnost

Získá hodnoty pro vlastnosti, které jsou definovány stereotyp.

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

Syntaxe

'Deklarace
ReadOnly Property PropertyInstances As IList(Of IStereotypePropertyInstance)
IList<IStereotypePropertyInstance> PropertyInstances { get; }
property IList<IStereotypePropertyInstance^>^ PropertyInstances {
    IList<IStereotypePropertyInstance^>^ get ();
}
abstract PropertyInstances : IList<IStereotypePropertyInstance> with get
function get PropertyInstances () : IList<IStereotypePropertyInstance>

Hodnota vlastnosti

Typ: IList<IStereotypePropertyInstance>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IStereotypeInstance Rozhraní

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