PropertyValueEditor.CreateEditorAttribute-Methode (PropertyValueEditor)
Hilfsmethode, die ein neues EditorAttribute für den angegebenen PropertyValueEditor-Typ erstellt.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared Function CreateEditorAttribute ( _
editor As PropertyValueEditor _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
PropertyValueEditor editor
)
public:
static EditorAttribute^ CreateEditorAttribute(
PropertyValueEditor^ editor
)
static member CreateEditorAttribute :
editor:PropertyValueEditor -> EditorAttribute
public static function CreateEditorAttribute(
editor : PropertyValueEditor
) : EditorAttribute
Parameter
- editor
Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
PropertyValueEditor-Instanz, für die das neue EditorAttribute erstellt werden soll.
Rückgabewert
Typ: System.ComponentModel.EditorAttribute
Ein neues EditorAttribute für den angegebenen PropertyValueEditor-Typ.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
CreateEditorAttribute-Überladung
Microsoft.Windows.Design.PropertyEditing-Namespace