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


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

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

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

Синтаксис

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

Параметры

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

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

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

См. также

Ссылки

PropertyValueEditor Класс

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

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

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

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

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