PropertyEntry コンストラクター

定義

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

オーバーロード

PropertyEntry()

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

PropertyEntry(PropertyValue)

指定された PropertyEntry のサブプロパティとして機能する PropertyValue クラスの新しいインスタンスを作成します。

PropertyEntry()

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

protected:
 PropertyEntry();
protected PropertyEntry ();
Protected Sub New ()

適用対象

PropertyEntry(PropertyValue)

指定された PropertyEntry のサブプロパティとして機能する PropertyValue クラスの新しいインスタンスを作成します。

protected:
 PropertyEntry(System::Activities::Presentation::PropertyEditing::PropertyValue ^ parentValue);
protected PropertyEntry (System.Activities.Presentation.PropertyEditing.PropertyValue parentValue);
new System.Activities.Presentation.PropertyEditing.PropertyEntry : System.Activities.Presentation.PropertyEditing.PropertyValue -> System.Activities.Presentation.PropertyEditing.PropertyEntry
Protected Sub New (parentValue As PropertyValue)

パラメーター

parentValue
PropertyValue

PropertyValue です。

注釈

ホスト インフラストラクチャの派生クラスで使用します。

適用対象