Share via


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
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

這個類別用於表示設計階段型別上的屬性 (尚未編譯的型別)。 這只會在透過設計工具觸發驗證時發生。

屬性

ArgumentValues

取得集合,其中包含與這個執行個體相關聯之每個引數的值。

AttributeType

取得這個執行個體的 Type

Creatable

取得值,這個值指出是否能夠建立這個執行個體。

方法

CreateAttribute()

建立 AttributeInfo 型別的屬性。

Equals(Object)

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

(繼承來源 Object)
GetArgumentValueAs(IServiceProvider, Int32, Type)

根據型別和索引,取得這個執行個體的引數。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於