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

'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

See Also

Reference

IStereotypeInstance Interface

Microsoft.VisualStudio.Uml.Classes Namespace