Condividi tramite


Proprietà IPackage.ProfileInstances

Ottiene un elenco dei profili collegati a questo pacchetto.Gli stereotipi da questi profili possono essere applicati agli elementi nel pacchetto.Inoltre, gli stereotipi dai profili in contenente comprime o i modelli possono essere applicati agli elementi nel pacchetto.

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

Sintassi

'Dichiarazione
ReadOnly Property ProfileInstances As IEnumerable(Of IProfileInstance)
IEnumerable<IProfileInstance> ProfileInstances { get; }
property IEnumerable<IProfileInstance^>^ ProfileInstances {
    IEnumerable<IProfileInstance^>^ get ();
}
abstract ProfileInstances : IEnumerable<IProfileInstance>
function get ProfileInstances () : IEnumerable<IProfileInstance>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IProfileInstance>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IPackage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes