PropertyValueEditor.CreateEditorAttribute Yöntem

Tanım

Belirli EditorAttribute bir özelliğin bir özellik değerini değiştirmek için kullanılacağını belirten yeni PropertyValueEditor bir oluşturur.

Aşırı Yüklemeler

Name Description
CreateEditorAttribute(PropertyValueEditor)

Belirli EditorAttribute bir özelliğin bir özellik değerini değiştirmek için kullanılacağını belirten yeni PropertyValueEditor bir oluşturur.

CreateEditorAttribute(Type)

Özellik değerini değiştirmek için belirli EditorAttribute bir türün kullanılacağını belirlemek için yeni PropertyValueEditor bir oluşturur.

CreateEditorAttribute(PropertyValueEditor)

Belirli EditorAttribute bir özelliğin bir özellik değerini değiştirmek için kullanılacağını belirten yeni PropertyValueEditor bir oluşturur.

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::PropertyValueEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute(System.Activities.Presentation.PropertyEditing.PropertyValueEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.PropertyValueEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As PropertyValueEditor) As EditorAttribute

Parametreler

editor
PropertyValueEditor

PropertyValueEditor Yeni EditorAttributeöğesinin oluşturulacağı yer.

Döndürülenler

Belirlenen EditorAttributeiçin yeni PropertyValueEditor bir .

Şunlara uygulanır

CreateEditorAttribute(Type)

Özellik değerini değiştirmek için belirli EditorAttribute bir türün kullanılacağını belirlemek için yeni PropertyValueEditor bir oluşturur.

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ propertyValueEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute(Type propertyValueEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (propertyValueEditorType As Type) As EditorAttribute

Parametreler

propertyValueEditorType
Type

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

Döndürülenler

Belirlenen EditorAttribute tür için yeni PropertyValueEditor bir.

Şunlara uygulanır