Partilhar via


Propriedade IStereotypeInstance.PropertyInstances

Obtém os valores para as propriedades que são definidas pelo estereótipo.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<IStereotypePropertyInstance>

Segurança do .NET Framework

Consulte também

Referência

IStereotypeInstance Interface

Namespace Microsoft.VisualStudio.Uml.Classes