Condividi tramite


Proprietà IStereotypeInstance.PropertyInstances

Ottiene i valori per le proprietà definite dallo stereotipo.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IStereotypeInstance Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes