Compartir a través de


IStereotypeInstance.PropertyInstances (Propiedad)

Obtiene los valores para las propiedades definidas por el estereotipo.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property PropertyInstances As IList(Of IStereotypePropertyInstance)
IList<IStereotypePropertyInstance> PropertyInstances { get; }
property IList<IStereotypePropertyInstance^>^ PropertyInstances {
    IList<IStereotypePropertyInstance^>^ get ();
}
abstract PropertyInstances : IList<IStereotypePropertyInstance>
function get PropertyInstances () : IList<IStereotypePropertyInstance>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IStereotypeInstance Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)