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

注釈

ホスト インフラストラクチャ派生クラスの場合。

適用対象