CategoryEditor.CreateEditorAttribute Método

Definição

Cria um novo EditorAttribute para o especificado CategoryEditor.

Sobrecargas

Name Description
CreateEditorAttribute(CategoryEditor)

Cria um novo EditorAttribute para o especificado CategoryEditor.

CreateEditorAttribute(Type)

Cria um novo EditorAttribute para o tipo especificado CategoryEditor .

CreateEditorAttribute(CategoryEditor)

Cria um novo EditorAttribute para o 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

O CategoryEditor para o qual criar um novo EditorAttribute.

Devoluções

Uma nova EditorAttribute.

Aplica-se a

CreateEditorAttribute(Type)

Cria um novo EditorAttribute para o 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

O CategoryEditor tipo para o qual criar o novo EditorAttribute.

Devoluções

Uma nova EditorAttribute.

Aplica-se a