CategoryEditor.CreateEditorAttribute Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает новый объект EditorAttribute для указанного объекта CategoryEditor.
Перегрузки
CreateEditorAttribute(CategoryEditor) |
Создает новый объект EditorAttribute для указанного объекта CategoryEditor. |
CreateEditorAttribute(Type) |
Создает новый объект EditorAttribute для указанного объекта CategoryEditor. |
CreateEditorAttribute(CategoryEditor)
Создает новый объект EditorAttribute для указанного объекта CategoryEditor.
public:
static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::CategoryEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (System.Activities.Presentation.PropertyEditing.CategoryEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.CategoryEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As CategoryEditor) As EditorAttribute
Параметры
- editor
- CategoryEditor
CategoryEditor, для которого создается новый EditorAttribute.
Возвращаемое значение
Новый объект EditorAttribute.
Применяется к
CreateEditorAttribute(Type)
Создает новый объект EditorAttribute для указанного объекта CategoryEditor.
public:
static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ categoryEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Type categoryEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (categoryEditorType As Type) As EditorAttribute
Параметры
- categoryEditorType
- Type
Тип CategoryEditor, для которого создается новый объект EditorAttribute.
Возвращаемое значение
Новый объект EditorAttribute.