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
。