Поделиться через


IPackage.ProfileInstances - свойство

Получает список профилей, связанных с данным пакетом. Стереотипы из этих профилей могут применяться к элементам внутри пакета. Кроме того, стереотипы из профилей в содержащих элементы пакетах или моделях могут применяться к элементам внутри пакета.

Пространство имен:  Microsoft.VisualStudio.Uml.Classes
Сборка:  Microsoft.VisualStudio.Uml.Interfaces (в Microsoft.VisualStudio.Uml.Interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property ProfileInstances As IEnumerable(Of IProfileInstance)
    Get
IEnumerable<IProfileInstance> ProfileInstances { get; }
property IEnumerable<IProfileInstance^>^ ProfileInstances {
    IEnumerable<IProfileInstance^>^ get ();
}
abstract ProfileInstances : IEnumerable<IProfileInstance>
function get ProfileInstances () : IEnumerable<IProfileInstance>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<IProfileInstance>

Безопасность платформы .NET Framework

См. также

Ссылки

IPackage Интерфейс

Microsoft.VisualStudio.Uml.Classes - пространство имен