Sdílet prostřednictvím


PropertyValueEditor.CreateEditorAttribute – metoda (Type)

Nástroj pro metodu, která vytvoří nový EditorAttribute pro zadané PropertyValueEditor typu.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.ComponentModel.EditorAttribute
Nový EditorAttribute pro zadané PropertyValueEditor typu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyValueEditor Třída

CreateEditorAttribute – přetížení

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

Property Editing Architecture

WPF Designer Extensibility