Partager via


CategoryEditor.CreateEditorAttribute Méthode

Définition

Crée un EditorAttribute pour le CategoryEditor spécifié.

Surcharges

CreateEditorAttribute(CategoryEditor)

Crée un EditorAttribute pour le CategoryEditor spécifié.

CreateEditorAttribute(Type)

Crée un EditorAttribute pour le type CategoryEditor spécifié.

CreateEditorAttribute(CategoryEditor)

Crée un EditorAttribute pour le CategoryEditor spécifié.

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

Paramètres

editor
CategoryEditor

pour CategoryEditor lequel créer un nouveau EditorAttribute.

Retours

Nouveau EditorAttribute.

S’applique à

CreateEditorAttribute(Type)

Crée un EditorAttribute pour le type CategoryEditor spécifié.

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

Paramètres

categoryEditorType
Type

Type CategoryEditor pour lequel le EditorAttribute doit être créé.

Retours

Nouveau EditorAttribute.

S’applique à