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
に適用されます。
空の文字列は null 値として逆シリアル化されます。
ContentProperty
を使用してフィールドにバインドされるActivityBind
は、ContentProperty
としてシリアル化されません。コンテンツ プロパティ以外のプロパティとインターリーブする
ContentProperty
は、ワークフロー マークアップではサポートされていません。