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


PropertyValueEditor.CreateEditorAttribute - метод (Type)

Служебный метод, создающий объект EditorAttribute для заданного типа PropertyValueEditor.

Пространство имен:  Microsoft.Windows.Design.PropertyEditing
Сборка:  Microsoft.Windows.Design.Interaction (в Microsoft.Windows.Design.Interaction.dll)

Синтаксис

'Декларация
Public Shared Function CreateEditorAttribute ( _
    propertyValueEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
    Type propertyValueEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
    Type^ propertyValueEditorType
)
static member CreateEditorAttribute : 
        propertyValueEditorType:Type -> EditorAttribute 
public static function CreateEditorAttribute(
    propertyValueEditorType : Type
) : EditorAttribute

Параметры

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

Тип: System.ComponentModel.EditorAttribute
Новый объект EditorAttribute для заданного типа PropertyValueEditor.

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

См. также

Ссылки

PropertyValueEditor Класс

CreateEditorAttribute - перегрузка

Microsoft.Windows.Design.PropertyEditing - пространство имен

Другие ресурсы

Архитектура редактирования свойства

Расширяемость среды конструктора WPF