Share via


PropertyValueEditor 類別

定義

建立用以更新屬性值的內嵌編輯器。

public ref class PropertyValueEditor
public class PropertyValueEditor
type PropertyValueEditor = class
Public Class PropertyValueEditor
繼承
PropertyValueEditor
衍生

範例

備註

此類別可以保存單一 DataTemplate:供 Inline 編輯器使用。 內嵌編輯指的是將屬性值輸入文字方塊,或者是類似的控制項,而不是從下拉式功能表選擇值來進行設定。

建構函式

PropertyValueEditor()

建立 PropertyValueEditor 類別的新執行個體。

PropertyValueEditor(DataTemplate)

以用於內嵌編輯器的指定 DataTemplate 建立 PropertyValueEditor 類別的新執行個體。

屬性

InlineEditorTemplate

取得或設定 InlineEditorTemplate,也就是用於內嵌編輯器的 DataTemplate

方法

CreateEditorAttribute(PropertyValueEditor)

建立新的 EditorAttribute ,以指定用來變更屬性值的特定 PropertyValueEditor

CreateEditorAttribute(Type)

建立新的 EditorAttribute ,以指定用來變更屬性值的特定 PropertyValueEditor 型別。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於