CategoryEditor.CreateEditorAttribute Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
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
Nový EditorAttribute .