PropertyValueEditor.CreateEditorAttribute Methode

Definitie

Hiermee maakt u een nieuw EditorAttribute om aan te geven dat een bepaalde PropertyValueEditor waarde wordt gebruikt om een eigenschapswaarde te wijzigen.

Overloads

Name Description
CreateEditorAttribute(PropertyValueEditor)

Hiermee maakt u een nieuw EditorAttribute om aan te geven dat een bepaalde PropertyValueEditor waarde wordt gebruikt om een eigenschapswaarde te wijzigen.

CreateEditorAttribute(Type)

Hiermee maakt u een nieuw EditorAttribute om aan te geven dat een bepaald PropertyValueEditor type wordt gebruikt om een eigenschapswaarde te wijzigen.

CreateEditorAttribute(PropertyValueEditor)

Hiermee maakt u een nieuw EditorAttribute om aan te geven dat een bepaalde PropertyValueEditor waarde wordt gebruikt om een eigenschapswaarde te wijzigen.

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

Parameters

editor
PropertyValueEditor

De PropertyValueEditor naam waarvoor de nieuwe EditorAttributemoet worden gemaakt.

Retouren

Een nieuw EditorAttribute voor de aangewezen PropertyValueEditor.

Van toepassing op

CreateEditorAttribute(Type)

Hiermee maakt u een nieuw EditorAttribute om aan te geven dat een bepaald PropertyValueEditor type wordt gebruikt om een eigenschapswaarde te wijzigen.

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

Parameters

propertyValueEditorType
Type

Het PropertyValueEditor type waarvoor de nieuwe EditorAttributemoet worden gemaakt.

Retouren

Een nieuw EditorAttribute voor het aangewezen PropertyValueEditor type.

Van toepassing op