Sdílet prostřednictvím


CategoryEditor.CreateEditorAttribute Metoda

Definice

Vytvoří nový EditorAttribute pro zadaný objekt CategoryEditor .

Přetížení

CreateEditorAttribute(CategoryEditor)

Vytvoří nový EditorAttribute pro zadaný objekt CategoryEditor .

CreateEditorAttribute(Type)

Vytvoří nový EditorAttribute pro zadaný CategoryEditor typ.

CreateEditorAttribute(CategoryEditor)

Vytvoří nový EditorAttribute pro zadaný objekt CategoryEditor .

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::CategoryEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (System.Activities.Presentation.PropertyEditing.CategoryEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.CategoryEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As CategoryEditor) As EditorAttribute

Parametry

editor
CategoryEditor

, CategoryEditor Pro který má být vytvořen nový EditorAttribute .

Návraty

EditorAttribute

Nový EditorAttribute .

Platí pro

CreateEditorAttribute(Type)

Vytvoří nový EditorAttribute pro zadaný CategoryEditor typ.

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ categoryEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Type categoryEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (categoryEditorType As Type) As EditorAttribute

Parametry

categoryEditorType
Type

CategoryEditorTyp, pro který chcete vytvořit nový EditorAttribute .

Návraty

EditorAttribute

Nový EditorAttribute .

Platí pro