次の方法で共有


ExtendedPropertyValueEditor クラス

定義

プロパティのすべての拡張エディター ロジックのコンテナーです。

public ref class ExtendedPropertyValueEditor : System::Activities::Presentation::PropertyEditing::PropertyValueEditor
public class ExtendedPropertyValueEditor : System.Activities.Presentation.PropertyEditing.PropertyValueEditor
type ExtendedPropertyValueEditor = class
    inherit PropertyValueEditor
Public Class ExtendedPropertyValueEditor
Inherits PropertyValueEditor
継承
ExtendedPropertyValueEditor

注釈

ExtendedPropertyValueEditor クラスには、インライン エディターおよび拡張エディターそれぞれに対して 1 つずつ、合計 2 つの DataTemplate オブジェクトを保持できます。 インライン エディターは、ウィンドウの境界内に表示されるカスタム インターフェイスを Properties 提供し、拡張エディターは新しいウィンドウに表示されるインターフェイスを提供します。

InlineEditorTemplate プロパティは、インライン エディターのビジュアル インターフェイスの XAML テンプレートを返します。ExtendedEditorTemplate プロパティは、拡張エディターの XAML テンプレートを返します。 これらのテンプレートは、通常、プロジェクト内の ResourceDictionary に用意されています。

カスタムの EditModeSwitchButton を呼び出すには、ExtendedPropertyValueEditor を使用する必要があります。

コンストラクター

ExtendedPropertyValueEditor()

拡張エディターおよびインライン エディターの ExtendedPropertyValueEditor オブジェクトを指定しないで、DataTemplate クラスの新しいインスタンスを作成します。

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

指定した拡張エディターおよびインライン エディターの ExtendedPropertyValueEditor オブジェクトを使用して、DataTemplate の新しいインスタンスを作成します。

プロパティ

ExtendedEditorTemplate

拡張ポップアップまたは固定エディターに使用される DataTemplate を取得または設定します。

InlineEditorTemplate

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

(継承元 PropertyValueEditor)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象