CategoryEditor.CreateEditorAttribute Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen için yeni bir oluşturur EditorAttribute CategoryEditor .
Aşırı Yüklemeler
| CreateEditorAttribute(CategoryEditor) |
Belirtilen için yeni bir oluşturur EditorAttribute CategoryEditor . |
| CreateEditorAttribute(Type) |
EditorAttributeBelirtilen tür için yeni bir oluşturur CategoryEditor . |
CreateEditorAttribute(CategoryEditor)
Belirtilen için yeni bir oluşturur EditorAttribute 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
Parametreler
- editor
- CategoryEditor
CategoryEditorİçin yeni bir oluşturma EditorAttribute .
Döndürülenler
Yeni bir EditorAttribute .
Şunlara uygulanır
CreateEditorAttribute(Type)
EditorAttributeBelirtilen tür için yeni bir oluşturur CategoryEditor .
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
Parametreler
- categoryEditorType
- Type
CategoryEditorYeni oluşturulacak tür EditorAttribute .
Döndürülenler
Yeni bir EditorAttribute .