DslDefinitionModelElementTypeDescriptor.GetExtensionProperties - метод
Этот член переопределяет ElementTypeDescriptor.GetExtensionProperties(ModelElement, array<Attribute[]).
Пространство имен: Microsoft.VisualStudio.Modeling.DslDefinition.Design
Сборка: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (в Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Синтаксис
'Декларация
Protected Overrides Function GetExtensionProperties ( _
baseElement As ModelElement, _
attributes As Attribute() _
) As IEnumerable(Of PropertyDescriptor)
protected override IEnumerable<PropertyDescriptor> GetExtensionProperties(
ModelElement baseElement,
Attribute[] attributes
)
Параметры
- baseElement
Тип: Microsoft.VisualStudio.Modeling.ModelElement
- attributes
Тип: array<System.Attribute[]
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<PropertyDescriptor>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
DslDefinitionModelElementTypeDescriptor Класс
Microsoft.VisualStudio.Modeling.DslDefinition.Design - пространство имен