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
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
建構函式
ContextToken() |
已淘汰.
初始化 ContextToken 類別的新執行個體。 |
ContextToken(String) |
已淘汰.
初始化 ContextToken 類別的新執行個體。 |
欄位
RootContextName |
已淘汰.
代表根內容的常數字串。 這個字串的值是 "(RootContext)"。 |
屬性
DesignMode |
已淘汰.
取得值,這個值會指出這個執行個體是在設計模式或執行階段模式中。 (繼承來源 DependencyObject) |
Name |
已淘汰.
取得或設定這個執行個體的名稱。 |
OwnerActivityName |
已淘汰.
取得或設定此內容權杖相關聯之 Activity 的名稱。 |
ParentDependencyObject |
已淘汰.
取得 DependencyObject 圖形中的父代 DependencyObject。 (繼承來源 DependencyObject) |
Site |
已淘汰.
取得或設定 Site 的 DependencyObject 元件的參考。 (繼承來源 DependencyObject) |
UserData |
已淘汰.
取得 IDictionary,它會將自訂資料與這個類別執行個體產生關聯。 (繼承來源 DependencyObject) |
方法
明確介面實作
IComponent.Disposed |
已淘汰.
表示處理元件 Disposed 事件的方法。 (繼承來源 DependencyObject) |