BindValidationContext 類別

定義

警告

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

代表驗證 的 ActivityBind上下文。 此類別無法獲得繼承。

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

備註

Note

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

建構函式

名稱 Description
BindValidationContext(Type, AccessTypes)
已淘汰.

初始化該 BindValidationContext 類別的新實例,初始化該實例所代表的綁定目標的 與 TypeAccessTypes

BindValidationContext(Type)
已淘汰.

初始化類別的新實例 BindValidationContext ,同時初始化 Type 的目標 ActivityBind

屬性

名稱 Description
Access
已淘汰.

得到由該實例所代表的AccessTypes目標的 。ActivityBind

TargetType
已淘汰.

得到由該實例所代表的Type目標的 。ActivityBind

方法

名稱 Description
Equals(Object)
已淘汰.

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

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

做為預設哈希函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

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

(繼承來源 Object)

適用於