CategoryEditor.CreateEditorAttribute Yöntem

Tanım

Belirtilen EditorAttributeiçin yeni CategoryEditor bir oluşturur.

Aşırı Yüklemeler

Name Description
CreateEditorAttribute(CategoryEditor)

Belirtilen EditorAttributeiçin yeni CategoryEditor bir oluşturur.

CreateEditorAttribute(Type)

Belirtilen EditorAttribute tür için yeni CategoryEditor bir oluşturur.

CreateEditorAttribute(CategoryEditor)

Belirtilen EditorAttributeiçin yeni CategoryEditor bir oluşturur.

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 Yeni EditorAttributebir öğesinin oluşturulacağı .

Döndürülenler

Yeni bir EditorAttribute.

Şunlara uygulanır

CreateEditorAttribute(Type)

Belirtilen EditorAttribute tür için yeni CategoryEditor bir oluşturur.

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

Yeni CategoryEditorEditorAttributeöğesinin oluşturulacağı tür.

Döndürülenler

Yeni bir EditorAttribute.

Şunlara uygulanır