ContentPropertyAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
注釈
Windows Workflow Foundation の場合、ContentPropertyAttributeに関連する次の制限事項があります。
Type、 Stack<T>、および Queue<T> は、
ContentProperty型ではサポートされていません。空の文字列は null 値として逆シリアル化されます。
ContentPropertyを使用してフィールドにバインドするActivityBindは、ContentPropertyとしてシリアル化されません。ContentPropertyコンテンツ以外のプロパティとインターリーブする関数は、ワークフロー マークアップではサポートされていません。