ContextToken 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
代表一個可以用來指定應該用來關聯活動與該活動所通訊客戶端之間 ReceiveActivity 交換的上下文的權杖。
public ref class ContextToken sealed : System::Workflow::ComponentModel::DependencyObject
public sealed class ContextToken : System.Workflow.ComponentModel.DependencyObject
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ContextToken : System.Workflow.ComponentModel.DependencyObject
type ContextToken = class
inherit DependencyObject
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ContextToken = class
inherit DependencyObject
Public NotInheritable Class ContextToken
Inherits DependencyObject
- 繼承
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
建構函式
| 名稱 | Description |
|---|---|
| ContextToken() |
已淘汰.
初始化 ContextToken 類別的新執行個體。 |
| ContextToken(String) |
已淘汰.
初始化 ContextToken 類別的新執行個體。 |
欄位
| 名稱 | Description |
|---|---|
| RootContextName |
已淘汰.
一個代表根上下文的常數字串。 此字串的值為「(RootContext)」。 |
屬性
| 名稱 | Description |
|---|---|
| DesignMode |
已淘汰.
取得值,這個值表示這個實例處於設計或運行時間模式。 (繼承來源 DependencyObject) |
| Name |
已淘汰.
取得或設定這個實例的名稱。 |
| OwnerActivityName |
已淘汰.
取得或設定與此上下文標記相關聯的 Activity 名稱。 |
| ParentDependencyObject |
已淘汰.
取得 DependencyObject 圖形中的父 DependencyObject。 (繼承來源 DependencyObject) |
| Site |
已淘汰.
取得或設定 Site之 DependencyObject 元件的參考。 (繼承來源 DependencyObject) |
| UserData |
已淘汰.
取得將自定義數據與這個類別實例產生關聯的 IDictionary。 (繼承來源 DependencyObject) |
方法
明確介面實作
| 名稱 | Description |
|---|---|
| IComponent.Disposed |
已淘汰.
表示處理元件 Disposed 事件的方法。 (繼承來源 DependencyObject) |