Udostępnij za pośrednictwem


CategoryEditor.CreateEditorAttribute Metoda

Definicja

Tworzy nowe EditorAttribute dla określonego CategoryEditorelementu .

Przeciążenia

CreateEditorAttribute(CategoryEditor)

Tworzy nowe EditorAttribute dla określonego CategoryEditorelementu .

CreateEditorAttribute(Type)

Tworzy nowy EditorAttribute dla określonego CategoryEditor typu.

CreateEditorAttribute(CategoryEditor)

Tworzy nowe EditorAttribute dla określonego CategoryEditorelementu .

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

Element CategoryEditor , dla którego ma zostać utworzony nowy EditorAttributeelement .

Zwraca

EditorAttributeNowy element .

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

Typ CategoryEditor , dla którego ma zostać utworzony nowy EditorAttributeelement .

Zwraca

EditorAttributeNowy element .

Dotyczy