Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IList<IStereotypePropertyInstance> PropertyInstances { get; }
property IList<IStereotypePropertyInstance^>^ PropertyInstances {
IList<IStereotypePropertyInstance^>^ get();
}
abstract PropertyInstances : IList<IStereotypePropertyInstance> with get
ReadOnly Property PropertyInstances As IList(Of IStereotypePropertyInstance)
Property Value
Type: System.Collections.Generic.IList<IStereotypePropertyInstance>
See Also
IStereotypeInstance Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top