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

Новый объект 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

Новый объект EditorAttribute.

Применяется к