Share via


ContentPropertyAttribute コンストラクター

定義

ContentPropertyAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

ContentPropertyAttribute()

ContentPropertyAttribute クラスの新しいインスタンスを初期化します。

ContentPropertyAttribute(String)

ContentPropertyAttribute プロパティを初期化して Name クラスの新しいインスタンスを初期化します。

ContentPropertyAttribute()

ContentPropertyAttribute クラスの新しいインスタンスを初期化します。

public:
 ContentPropertyAttribute();
public ContentPropertyAttribute ();
Public Sub New ()

適用対象

ContentPropertyAttribute(String)

ContentPropertyAttribute プロパティを初期化して Name クラスの新しいインスタンスを初期化します。

public:
 ContentPropertyAttribute(System::String ^ name);
public ContentPropertyAttribute (string name);
new System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute : string -> System.Workflow.ComponentModel.Serialization.ContentPropertyAttribute
Public Sub New (name As String)

パラメーター

name
String

String プロパティの値を格納している Name

注釈

Windows Workflow Foundation では、次の制限が ContentPropertyAttribute に適用されます。

  • TypeStack<T>、および Queue<T> はサポートされていない ContentProperty 型です。

  • 空の文字列は null 値として逆シリアル化されます。

  • ContentProperty を使用してフィールドにバインドされる ActivityBind は、ContentProperty としてシリアル化されません。

  • コンテンツ プロパティ以外のプロパティとインターリーブする ContentProperty は、ワークフロー マークアップではサポートされていません。

適用対象