CategoryEditor.CreateEditorAttribute Metod

Definition

Skapar en ny EditorAttribute för den angivna CategoryEditor.

Överlagringar

Name Description
CreateEditorAttribute(CategoryEditor)

Skapar en ny EditorAttribute för den angivna CategoryEditor.

CreateEditorAttribute(Type)

Skapar en ny EditorAttribute för den angivna CategoryEditor typen.

CreateEditorAttribute(CategoryEditor)

Skapar en ny EditorAttribute för den angivna 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

Parametrar

editor
CategoryEditor

För CategoryEditor vilken du ska skapa en ny EditorAttribute.

Returer

En ny EditorAttribute.

Gäller för

CreateEditorAttribute(Type)

Skapar en ny EditorAttribute för den angivna CategoryEditor typen.

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

Parametrar

categoryEditorType
Type

Den CategoryEditor typ som du vill skapa den nya EditorAttribute.

Returer

En ny EditorAttribute.

Gäller för