CategoryEditor.CreateEditorAttribute Método
Definição
Cria um novo EditorAttribute para o CategoryEditor especificado.Creates a new EditorAttribute for the specified CategoryEditor.
Sobrecargas
| CreateEditorAttribute(CategoryEditor) |
Cria um novo EditorAttribute para o CategoryEditor especificado.Creates a new EditorAttribute for the specified CategoryEditor. |
| CreateEditorAttribute(Type) |
Cria um novo EditorAttribute para o tipo CategoryEditor especificado.Creates a new EditorAttribute for the specified CategoryEditor type. |
CreateEditorAttribute(CategoryEditor)
Cria um novo EditorAttribute para o CategoryEditor especificado.Creates a new EditorAttribute for the specified 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.The CategoryEditor for which to create a new EditorAttribute.
Retornos
Um novo EditorAttribute.A new EditorAttribute.
Aplica-se a
CreateEditorAttribute(Type)
Cria um novo EditorAttribute para o tipo CategoryEditor especificado.Creates a new EditorAttribute for the specified CategoryEditor type.
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 tipo de CategoryEditor para o qual o novo EditorAttribute será criado.The CategoryEditor type for which to create the new EditorAttribute.
Retornos
Um novo EditorAttribute.A new EditorAttribute.