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


ElementTypeDescriptor.GetExtensionProperties - метод

Возвращает дескрипторы свойств для всех элементов расширения

Пространство имен:  Microsoft.VisualStudio.Modeling.Design
Сборка:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (в Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Синтаксис

'Декларация
Protected Overridable Function GetExtensionProperties ( _
    baseElement As ModelElement, _
    attributes As Attribute() _
) As IEnumerable(Of PropertyDescriptor)
protected virtual IEnumerable<PropertyDescriptor> GetExtensionProperties(
    ModelElement baseElement,
    Attribute[] attributes
)

Параметры

  • attributes
    Тип: array<System.Attribute[]
    Массив атрибутов типа, используемый в качестве фильтра.

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<PropertyDescriptor>
Коллекция свойств всех элементов расширения

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

См. также

Ссылки

ElementTypeDescriptor Класс

Microsoft.VisualStudio.Modeling.Design - пространство имен