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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.