CategoryEditor.CreateEditorAttribute Método

Definición

Crea un nuevo EditorAttribute para el especificado CategoryEditor.

Sobrecargas

Nombre Description
CreateEditorAttribute(CategoryEditor)

Crea un nuevo EditorAttribute para el especificado CategoryEditor.

CreateEditorAttribute(Type)

Crea un nuevo EditorAttribute para el tipo especificado CategoryEditor .

CreateEditorAttribute(CategoryEditor)

Crea un nuevo EditorAttribute para el especificado 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

Parámetros

editor
CategoryEditor

para el CategoryEditor que se va a crear un objeto .EditorAttribute

Devoluciones

Nuevo EditorAttribute.

Se aplica a

CreateEditorAttribute(Type)

Crea un nuevo EditorAttribute para el tipo especificado 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

Parámetros

categoryEditorType
Type

Tipo CategoryEditor para el que se va a crear el nuevo EditorAttribute.

Devoluciones

Nuevo EditorAttribute.

Se aplica a