Freigeben über


IStereotypeInstance.PropertyInstances-Eigenschaft

Ruft die Werte für die Eigenschaften ab, die durch das Stereotyp definiert sind.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IList<IStereotypePropertyInstance>

.NET Framework-Sicherheit

Siehe auch

Referenz

IStereotypeInstance Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace