Aracılığıyla paylaş


CategoryEditor.CreateEditorAttribute Yöntem

Tanım

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

EditorAttribute

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

EditorAttribute

Yeni bir EditorAttribute .

Şunlara uygulanır