Share via


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

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