Aracılığıyla paylaş


PropertyValueEditor.CreateEditorAttribute Yöntem

Tanım

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

Aşırı Yüklemeler

CreateEditorAttribute(PropertyValueEditor)

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

CreateEditorAttribute(Type)

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

CreateEditorAttribute(PropertyValueEditor)

Belirli PropertyValueEditor bir özelliğin bir özellik değerini değiştirmek için kullanılacağını belirlemek için yeni EditorAttribute 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ğı .

Döndürülenler

Belirlenen PropertyValueEditoriçin yeni EditorAttribute bir .

Şunlara uygulanır

CreateEditorAttribute(Type)

Bir özellik değerini değiştirmek için belirli PropertyValueEditor bir türün kullanılacağını belirlemek için yeni EditorAttribute 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 PropertyValueEditor tür için yeni EditorAttribute bir.

Şunlara uygulanır