PropertyValueEditor.CreateEditorAttribute Método

Definición

Crea un nuevo EditorAttribute para designar que se usará un determinado PropertyValueEditor para cambiar un valor de propiedad.

Sobrecargas

Nombre Description
CreateEditorAttribute(PropertyValueEditor)

Crea un nuevo EditorAttribute para designar que se usará un determinado PropertyValueEditor para cambiar un valor de propiedad.

CreateEditorAttribute(Type)

Crea un nuevo EditorAttribute para designar que se usará un tipo determinado PropertyValueEditor para cambiar un valor de propiedad.

CreateEditorAttribute(PropertyValueEditor)

Crea un nuevo EditorAttribute para designar que se usará un determinado PropertyValueEditor para cambiar un valor de propiedad.

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

Parámetros

editor
PropertyValueEditor

PropertyValueEditor para el que se va a crear el nuevo EditorAttributeobjeto .

Devoluciones

Nuevo EditorAttribute para el designado PropertyValueEditor.

Se aplica a

CreateEditorAttribute(Type)

Crea un nuevo EditorAttribute para designar que se usará un tipo determinado PropertyValueEditor para cambiar un valor de propiedad.

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

Parámetros

propertyValueEditorType
Type

Tipo PropertyValueEditor para el que se va a crear el nuevo EditorAttribute.

Devoluciones

Nuevo EditorAttribute para el tipo designado PropertyValueEditor .

Se aplica a