IStereotypeInstance.PropertyInstances Property
Gets the values for the Properties that are defined by the Stereotype.
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)
IList<IStereotypePropertyInstance> PropertyInstances { get; }
property IList<IStereotypePropertyInstance^>^ PropertyInstances {
IList<IStereotypePropertyInstance^>^ get ();
}
abstract PropertyInstances : IList<IStereotypePropertyInstance> with get
function get PropertyInstances () : IList<IStereotypePropertyInstance>
Property Value
Type: System.Collections.Generic.IList<IStereotypePropertyInstance>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.