Freigeben über


CategoryEditor.CreateEditorAttribute Methode

Definition

Erstellt ein neues EditorAttribute für den angegebenen CategoryEditor.

Überlädt

CreateEditorAttribute(CategoryEditor)

Erstellt ein neues EditorAttribute für den angegebenen CategoryEditor.

CreateEditorAttribute(Type)

Erstellt ein neues EditorAttribute für den angegebenen CategoryEditor-Typ.

CreateEditorAttribute(CategoryEditor)

Erstellt ein neues EditorAttribute für den angegebenen 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

Parameter

editor
CategoryEditor

Der CategoryEditor, für den ein neues EditorAttribute erstellt werden soll.

Gibt zurück

EditorAttribute

Ein neuer EditorAttribute.

Gilt für

CreateEditorAttribute(Type)

Erstellt ein neues EditorAttribute für den angegebenen CategoryEditor-Typ.

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

Parameter

categoryEditorType
Type

Der CategoryEditor-Typ, für den das neue EditorAttribute erstellt werden soll.

Gibt zurück

EditorAttribute

Ein neuer EditorAttribute.

Gilt für