Compartilhar via


Método PropertyValueEditor.CreateEditorAttribute (Type)

Método de utilitário que cria um novo EditorAttribute especificado PropertyValueEditor tipo.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Shared Function CreateEditorAttribute ( _
    propertyValueEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
    Type propertyValueEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
    Type^ propertyValueEditorType
)
static member CreateEditorAttribute : 
        propertyValueEditorType:Type -> EditorAttribute 
public static function CreateEditorAttribute(
    propertyValueEditorType : Type
) : EditorAttribute

Parâmetros

Valor de retorno

Tipo: System.ComponentModel.EditorAttribute
Uma nova EditorAttribute especificado PropertyValueEditor tipo.

Segurança do .NET Framework

Consulte também

Referência

PropertyValueEditor Classe

Sobrecargas CreateEditorAttribute

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Propriedade de edição de arquitetura

Extensibilidade do WPF Designer