PropertyValueEditor クラス

定義

プロパティ値を更新するためにインライン エディターを確立します。

public ref class PropertyValueEditor
public class PropertyValueEditor
type PropertyValueEditor = class
Public Class PropertyValueEditor
継承
PropertyValueEditor
派生

注釈

このクラスには、1 つの DataTemplate エディターに対し 1 つの Inline を格納できます。 インライン エディターとは、ドロップダウン メニューから選択して値を設定するのではなく、テキスト ボックスなどのコントロールにプロパティ値を入力するためのエディターです。

コンストラクター

PropertyValueEditor()

PropertyValueEditor クラスの新しいインスタンスを作成します。

PropertyValueEditor(DataTemplate)

インライン エディター用に使用される DataTemplate を使用して、PropertyValueEditor クラスの新しいインスタンスを作成します。

プロパティ

InlineEditorTemplate

インライン エディターに使用される InlineEditorTemplate である DataTemplate を取得または設定します。

メソッド

CreateEditorAttribute(PropertyValueEditor)

プロパティ値の変更に特定PropertyValueEditorの を使用することを指定する新しい EditorAttribute を作成します。

CreateEditorAttribute(Type)

プロパティ値の変更に特定PropertyValueEditorの型を使用することを指定する新しい EditorAttribute を作成します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象