共用方式為


CategoryEditor.CreateEditorAttribute 方法

定義

為指定的 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

適用於