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 コンテンツ以外のプロパティとインターリーブする関数は、ワークフロー マークアップではサポートされていません。

適用対象