OperationParameterInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含作業參數的相關資訊。
public ref class OperationParameterInfo sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.Browsable(true)]
public sealed class OperationParameterInfo : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.Browsable(true)]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class OperationParameterInfo : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.Browsable(true)>]
type OperationParameterInfo = class
inherit DependencyObject
[<System.ComponentModel.Browsable(true)>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type OperationParameterInfo = class
inherit DependencyObject
Public NotInheritable Class OperationParameterInfo
Inherits DependencyObject
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
建構函式
OperationParameterInfo() |
已淘汰.
初始化 OperationParameterInfo 類別的新執行個體。 |
OperationParameterInfo(String) |
已淘汰.
初始化 OperationParameterInfo 類別的新執行個體。 |
欄位
AttributesProperty |
已淘汰.
表示目標為 DependencyProperty 屬性的 Attributes。 |
NameProperty |
已淘汰.
表示目標為 DependencyProperty 屬性的 Name。 |
ParameterTypeProperty |
已淘汰.
表示目標為 DependencyProperty 屬性的 ParameterType。 |
PositionProperty |
已淘汰.
表示目標為 DependencyProperty 屬性的 Position。 |
屬性
Attributes |
已淘汰.
取得或設定關聯的作業參數之屬性。 |
DesignMode |
已淘汰.
取得值,這個值會指出這個執行個體是在設計模式或執行階段模式中。 (繼承來源 DependencyObject) |
IsIn |
已淘汰.
如果關聯的作業參數是 In 參數,則為 |
IsLcid |
已淘汰.
如果關聯的作業參數是地區設定識別項,則為 |
IsOptional |
已淘汰.
如果關聯的作業參數是選用性參數,則為 |
IsOut |
已淘汰.
如果關聯的作業參數是 Out 參數,則為 |
IsRetval |
已淘汰.
如果關聯的作業參數是該作業的傳回值,則為 |
Name |
已淘汰.
取得或設定關聯的作業參數之名稱。 |
ParameterType |
已淘汰.
取得或設定關聯的作業參數之型別。 |
ParentDependencyObject |
已淘汰.
取得 DependencyObject 圖形中的父代 DependencyObject。 (繼承來源 DependencyObject) |
Position |
已淘汰.
取得或設定關聯的作業參數之簽章位置。 |
Site |
已淘汰.
取得或設定 Site 的 DependencyObject 元件的參考。 (繼承來源 DependencyObject) |
UserData |
已淘汰.
取得 IDictionary,它會將自訂資料與這個類別執行個體產生關聯。 (繼承來源 DependencyObject) |
方法
明確介面實作
IComponent.Disposed |
已淘汰.
表示處理元件 Disposed 事件的方法。 (繼承來源 DependencyObject) |