AttributeInfo 類別

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

包裝類別,在設計時代表型態上的屬性。 此類別無法獲得繼承。

public ref class AttributeInfo sealed
public sealed class AttributeInfo
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class AttributeInfo
type AttributeInfo = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type AttributeInfo = class
Public NotInheritable Class AttributeInfo
繼承
AttributeInfo
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

此類別用於表示設計時型別(尚未編譯的型別)上的屬性。 這僅在設計者觸發驗證時發生。

屬性

名稱 Description
ArgumentValues
已淘汰.

會得到一個集合,包含與此實例相關每個參數的值。

AttributeType
已淘汰.

明白 Type 這個情況。

Creatable
已淘汰.

會獲得一個值,表示該實例是否能被建立。

方法

名稱 Description
CreateAttribute()
已淘汰.

建立一個屬性 為 ,建立一個屬性 AttributeInfo為 。

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetArgumentValueAs(IServiceProvider, Int32, Type)
已淘汰.

根據類型和索引,得到這個實例的論點。

GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於