Sdílet prostřednictvím


CategoryEditor.CreateEditorAttribute – metoda (Type)

Nástroj pro metodu, která vytvoří nový EditorAttribute pro zadané CategoryEditor 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 ( _
    categoryEditorType As Type _
) As EditorAttribute
public static EditorAttribute CreateEditorAttribute(
    Type categoryEditorType
)
public:
static EditorAttribute^ CreateEditorAttribute(
    Type^ categoryEditorType
)
static member CreateEditorAttribute : 
        categoryEditorType:Type -> EditorAttribute 
public static function CreateEditorAttribute(
    categoryEditorType : Type
) : EditorAttribute

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CategoryEditor Třída

CreateEditorAttribute – přetížení

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

Další zdroje

Property Editing Architecture

WPF Designer Extensibility