CategoryEditor.CreateEditorAttribute Methode

Definitie

Hiermee maakt u een nieuwe EditorAttribute voor de opgegeven CategoryEditor.

Overloads

Name Description
CreateEditorAttribute(CategoryEditor)

Hiermee maakt u een nieuwe EditorAttribute voor de opgegeven CategoryEditor.

CreateEditorAttribute(Type)

Hiermee maakt u een nieuw EditorAttribute voor het opgegeven CategoryEditor type.

CreateEditorAttribute(CategoryEditor)

Hiermee maakt u een nieuwe EditorAttribute voor de opgegeven 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

Parameters

editor
CategoryEditor

De CategoryEditor naam waarvoor een nieuwe EditorAttributemoet worden gemaakt.

Retouren

Een nieuwe EditorAttribute.

Van toepassing op

CreateEditorAttribute(Type)

Hiermee maakt u een nieuw EditorAttribute voor het opgegeven 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

Parameters

categoryEditorType
Type

Het CategoryEditor type waarvoor de nieuwe EditorAttributemoet worden gemaakt.

Retouren

Een nieuwe EditorAttribute.

Van toepassing op