PropertyValueEditor.CreateEditorAttribute 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 EditorAttribute ,以指定用來變更屬性值的特定 PropertyValueEditor 。
多載
CreateEditorAttribute(PropertyValueEditor) |
建立新的 EditorAttribute ,以指定用來變更屬性值的特定 PropertyValueEditor 。 |
CreateEditorAttribute(Type) |
建立新的 EditorAttribute ,以指定用來變更屬性值的特定 PropertyValueEditor 型別。 |
CreateEditorAttribute(PropertyValueEditor)
建立新的 EditorAttribute ,以指定用來變更屬性值的特定 PropertyValueEditor 。
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
參數
- editor
- PropertyValueEditor
PropertyValueEditor,會為這個型別建立新的 EditorAttribute。
傳回
用於指定之 EditorAttribute 的新 PropertyValueEditor。
適用於
CreateEditorAttribute(Type)
建立新的 EditorAttribute ,以指定用來變更屬性值的特定 PropertyValueEditor 型別。
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
參數
- propertyValueEditorType
- Type
PropertyValueEditor 型別,會為這個型別建立新的 EditorAttribute。
傳回
用於指定之 EditorAttribute 型別的新 PropertyValueEditor。