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


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

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

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

Синтаксис

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

Параметры

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

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

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

См. также

Ссылки

CategoryEditor Класс

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

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

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

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

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