CategoryEditor.CreateEditorAttribute Méthode

Définition

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

Surcharges

Nom Description
CreateEditorAttribute(CategoryEditor)

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

CreateEditorAttribute(Type)

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

CreateEditorAttribute(CategoryEditor)

Crée un nouveau EditorAttribute pour le fichier spécifié 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

Paramètres

editor
CategoryEditor

Pour CategoryEditor lequel créer un nouveau EditorAttribute.

Retours

Une nouvelle EditorAttribute.

S’applique à

CreateEditorAttribute(Type)

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

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 créer le nouveau EditorAttribute.

Retours

Une nouvelle EditorAttribute.

S’applique à