CategoryEditor.CreateEditorAttribute 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定的 EditorAttribute 创建一个新的 CategoryEditor。
重载
CreateEditorAttribute(CategoryEditor) |
为指定的 EditorAttribute 创建一个新的 CategoryEditor。 |
CreateEditorAttribute(Type) |
为指定的 EditorAttribute 类型创建一个新的 CategoryEditor。 |
CreateEditorAttribute(CategoryEditor)
为指定的 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
参数
- editor
- CategoryEditor
要为其创建新 CategoryEditor 的 EditorAttribute。
返回
一个新的 EditorAttribute。
适用于
CreateEditorAttribute(Type)
为指定的 EditorAttribute 类型创建一个新的 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
参数
- categoryEditorType
- Type
要为其创建新 CategoryEditor 的 EditorAttribute 类型。
返回
一个新的 EditorAttribute。