CategoryEditor.CreateEditorAttribute Metoda

Definicja

Tworzy nowy EditorAttribute dla określonego CategoryEditor .

Przeciążenia

CreateEditorAttribute(CategoryEditor)

Tworzy nowy EditorAttribute dla określonego CategoryEditor .

CreateEditorAttribute(Type)

Tworzy nowy EditorAttribute dla określonego CategoryEditor typu.

CreateEditorAttribute(CategoryEditor)

Tworzy nowy EditorAttribute dla określonego 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 Dla którego ma zostać utworzona nowa EditorAttribute .

Zwraca

EditorAttribute

Nowy EditorAttribute .

Dotyczy

CreateEditorAttribute(Type)

Tworzy nowy EditorAttribute dla określonego CategoryEditor typu.

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, dla którego ma zostać utworzony nowy EditorAttribute .

Zwraca

EditorAttribute

Nowy EditorAttribute .

Dotyczy