CategoryEditor.CreateEditorAttribute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.