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


IStereotypeInstance.PropertyInstances - свойство

Получает значения свойств, которые определяет стереотип.

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

Синтаксис

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

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

Тип: System.Collections.Generic.IList<IStereotypePropertyInstance>

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

См. также

Ссылки

IStereotypeInstance Интерфейс

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