Aracılığıyla paylaş


IPackage.ProfileInstances Özellik

Bu pakete bağlı profillerin listesini alır.Bu profillerden stereotypes, paketin içindeki öğelere uygulanabilir.Buna ek olarak, paketleri veya modelleri içeren profillerinden Stereotypes paketin içindeki öğelere uygulanabilir.

Ad alanı:  Microsoft.VisualStudio.Uml.Classes
Derleme:  Microsoft.VisualStudio.Uml.Interfaces (Microsoft.VisualStudio.Uml.Interfaces.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.IEnumerable<IProfileInstance>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IPackage Arabirim

Microsoft.VisualStudio.Uml.Classes Ad Alanı