Freigeben über


PropertyValueEditor.CreateEditorAttribute Methode

Definition

Erstellt einen neuen EditorAttribute , um festzulegen, dass ein bestimmter PropertyValueEditor Zum Ändern eines Eigenschaftswerts verwendet wird.

Überlädt

CreateEditorAttribute(PropertyValueEditor)

Erstellt einen neuen EditorAttribute , um festzulegen, dass ein bestimmter PropertyValueEditor Zum Ändern eines Eigenschaftswerts verwendet wird.

CreateEditorAttribute(Type)

Erstellt einen neuen EditorAttribute , um festzulegen, dass ein bestimmter PropertyValueEditor Typ zum Ändern eines Eigenschaftswerts verwendet wird.

CreateEditorAttribute(PropertyValueEditor)

Erstellt einen neuen EditorAttribute , um festzulegen, dass ein bestimmter PropertyValueEditor Zum Ändern eines Eigenschaftswerts verwendet wird.

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::PropertyValueEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (System.Activities.Presentation.PropertyEditing.PropertyValueEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.PropertyValueEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As PropertyValueEditor) As EditorAttribute

Parameter

editor
PropertyValueEditor

Der PropertyValueEditor, für den das neue EditorAttribute erstellt werden soll.

Gibt zurück

Ein neues EditorAttribute für den festgelegten PropertyValueEditor.

Gilt für:

CreateEditorAttribute(Type)

Erstellt einen neuen EditorAttribute , um festzulegen, dass ein bestimmter PropertyValueEditor Typ zum Ändern eines Eigenschaftswerts verwendet wird.

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ propertyValueEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Type propertyValueEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (propertyValueEditorType As Type) As EditorAttribute

Parameter

propertyValueEditorType
Type

Der PropertyValueEditor-Typ, für den das neue EditorAttribute erstellt werden soll.

Gibt zurück

Ein neues EditorAttribute für den festgelegten PropertyValueEditor.

Gilt für: