CategoryEditor.CreateEditorAttribute Metoda

Definice

Vytvoří novou EditorAttribute pro zadaný CategoryEditor.

Přetížení

Name Description
CreateEditorAttribute(CategoryEditor)

Vytvoří novou EditorAttribute pro zadaný CategoryEditor.

CreateEditorAttribute(Type)

Vytvoří novou EditorAttribute pro zadaný CategoryEditor typ.

CreateEditorAttribute(CategoryEditor)

Vytvoří novou EditorAttribute pro zadaný 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

Pro CategoryEditor kterou chcete vytvořit novou EditorAttribute.

Návraty

Nový EditorAttribute.

Platí pro

CreateEditorAttribute(Type)

Vytvoří novou 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

Typ CategoryEditor , pro který chcete vytvořit nový EditorAttribute.

Návraty

Nový EditorAttribute.

Platí pro