PropertyValueEditor.CreateEditorAttribute Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Membuat baru EditorAttribute untuk menunjuk bahwa tertentu PropertyValueEditor digunakan untuk mengubah nilai properti.
Overload
| CreateEditorAttribute(PropertyValueEditor) |
Membuat baru EditorAttribute untuk menunjuk bahwa tertentu PropertyValueEditor digunakan untuk mengubah nilai properti. |
| CreateEditorAttribute(Type) |
Membuat baru EditorAttribute untuk menunjuk bahwa jenis tertentu PropertyValueEditor digunakan untuk mengubah nilai properti. |
CreateEditorAttribute(PropertyValueEditor)
Membuat baru EditorAttribute untuk menunjuk bahwa tertentu PropertyValueEditor digunakan untuk mengubah nilai properti.
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
Parameter
- editor
- PropertyValueEditor
PropertyValueEditor yang akan membuat yang baruEditorAttribute.
Mengembalikan
EditorAttribute Baru untuk yang ditunjuk PropertyValueEditor.
Berlaku untuk
CreateEditorAttribute(Type)
Membuat baru EditorAttribute untuk menunjuk bahwa jenis tertentu PropertyValueEditor digunakan untuk mengubah nilai properti.
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
Parameter
- propertyValueEditorType
- Type
Jenis PropertyValueEditor untuk membuat yang baru EditorAttribute.
Mengembalikan
EditorAttribute Baru untuk jenis yang ditunjukPropertyValueEditor.