TypedOperationInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
繼承自 OperationInfo 的 OperationInfoBase 物件,可用於 SendActivity 和 ReceiveActivity 活動的服務作業資訊。 請注意,這種作業資訊必須以 CLR 型別為基礎。
public ref class TypedOperationInfo sealed : System::Workflow::Activities::OperationInfoBase
public sealed class TypedOperationInfo : System.Workflow.Activities.OperationInfoBase
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class TypedOperationInfo : System.Workflow.Activities.OperationInfoBase
type TypedOperationInfo = class
inherit OperationInfoBase
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TypedOperationInfo = class
inherit OperationInfoBase
Public NotInheritable Class TypedOperationInfo
Inherits OperationInfoBase
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
建構函式
TypedOperationInfo() |
已淘汰.
初始化 TypedOperationInfo 類別的新執行個體。 |
TypedOperationInfo(Type, String) |
已淘汰.
初始化 TypedOperationInfo 類別的新執行個體。 |
屬性
ContractType |
已淘汰.
相關聯的合約介面之型別。 |
DesignMode |
已淘汰.
取得值,這個值會指出這個執行個體是在設計模式或執行階段模式中。 (繼承來源 DependencyObject) |
Name |
已淘汰.
在衍生類別中實作時,取得或設定與此執行個體關聯的名稱。 (繼承來源 OperationInfoBase) |
ParentDependencyObject |
已淘汰.
取得 DependencyObject 圖形中的父代 DependencyObject。 (繼承來源 DependencyObject) |
PrincipalPermissionName |
已淘汰.
取得或設定與該作業的安全內容關聯的使用者名稱。 (繼承來源 OperationInfoBase) |
PrincipalPermissionRole |
已淘汰.
取得或設定與該作業的安全內容關聯的使用者角色 (如 |
Site |
已淘汰.
取得或設定 Site 的 DependencyObject 元件的參考。 (繼承來源 DependencyObject) |
UserData |
已淘汰.
取得 IDictionary,它會將自訂資料與這個類別執行個體產生關聯。 (繼承來源 DependencyObject) |
方法
明確介面實作
IComponent.Disposed |
已淘汰.
表示處理元件 Disposed 事件的方法。 (繼承來源 DependencyObject) |