CategoryEditor.CreateEditorAttribute, méthode (Type)
Méthode utilitaire qui crée un EditorAttribute pour le type CategoryEditor spécifié.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Shared Function CreateEditorAttribute ( _
categoryEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
Type categoryEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
Type^ categoryEditorType
)
static member CreateEditorAttribute :
categoryEditorType:Type -> EditorAttribute
public static function CreateEditorAttribute(
categoryEditorType : Type
) : EditorAttribute
Paramètres
- categoryEditorType
Type : System.Type
Type CategoryEditor pour lequel le EditorAttribute doit être créé.
Valeur de retour
Type : System.ComponentModel.EditorAttribute
Nouveau EditorAttribute pour le type CategoryEditor spécifié.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CreateEditorAttribute, surcharge
Microsoft.Windows.Design.PropertyEditing, espace de noms