DelegateArgumentReference<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表在運算式中用來做為左值 (l-value) 的 DelegateArgument。
generic <typename T>
public ref class DelegateArgumentReference sealed : System::Activities::CodeActivity<System::Activities::Location<T> ^>
generic <typename T>
public ref class DelegateArgumentReference sealed : System::Activities::Expressions::EnvironmentLocationReference<T>
[System.Windows.Markup.ContentProperty("DelegateArgument")]
public sealed class DelegateArgumentReference<T> : System.Activities.CodeActivity<System.Activities.Location<T>>
[System.Windows.Markup.ContentProperty("DelegateArgument")]
public sealed class DelegateArgumentReference<T> : System.Activities.Expressions.EnvironmentLocationReference<T>
[<System.Windows.Markup.ContentProperty("DelegateArgument")>]
type DelegateArgumentReference<'T> = class
inherit CodeActivity<Location<'T>>
[<System.Windows.Markup.ContentProperty("DelegateArgument")>]
type DelegateArgumentReference<'T> = class
inherit EnvironmentLocationReference<'T>
Public NotInheritable Class DelegateArgumentReference(Of T)
Inherits CodeActivity(Of Location(Of T))
Public NotInheritable Class DelegateArgumentReference(Of T)
Inherits EnvironmentLocationReference(Of T)
類型參數
- T
DelegateArgument 的資料型別。
- 繼承
-
CodeActivity<Location<T>>DelegateArgumentReference<T>
- 繼承
-
CodeActivity<Location<T>>DelegateArgumentReference<T>
- 屬性
建構函式
DelegateArgumentReference<T>() |
初始化 DelegateArgumentReference<T> 類別的新執行個體。 |
DelegateArgumentReference<T>(DelegateArgument) |
使用指定的 DelegateArgumentReference<T>,初始化 DelegateArgument 類別的新執行個體。 |
屬性
CacheId |
取得工作流程定義範圍內的唯一快取識別碼。 (繼承來源 Activity) |
Constraints |
取得 Constraint 活動的集合,這些活動可以設定為提供 Activity 的驗證。 (繼承來源 Activity) |
DelegateArgument |
取得或設定 DelegateArgument 所代表的DelegateArgumentReference<T>。 |
DisplayName |
取得或設定選擇性的易記名稱,這個名稱會用於偵錯、驗證、例外狀況處理及追蹤。 (繼承來源 Activity) |
Id |
取得工作流程定義範圍內的唯一識別碼。 (繼承來源 Activity) |
Implementation |
不支援。 (繼承來源 CodeActivity<TResult>) |
ImplementationVersion |
取得或設定活動的實作版本。 (繼承來源 CodeActivity<TResult>) |
LocationReference |
取得委派引數的位置參考。 |
Result |
取得或設定 Activity<TResult> 的結果引數。 (繼承來源 Activity<TResult>) |
ResultType |
在衍生類別中實作時,取得活動 OutArgument 的型別。 (繼承來源 ActivityWithResult) |
方法
CacheMetadata(ActivityMetadata) |
未實作。 請改用 CacheMetadata(CodeActivityMetadata)。 (繼承來源 CodeActivity<TResult>) |
CacheMetadata(CodeActivityMetadata) |
建立並驗證活動引數、變數、子活動和活動委派的描述。 (繼承來源 EnvironmentLocationReference<T>) |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
Execute(CodeActivityContext) |
進行活動的執行。 (繼承來源 EnvironmentLocationReference<T>) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) |
建立動態更新的對應時引發事件。 (繼承來源 CodeActivity<TResult>) |
ShouldSerializeDisplayName() |
指出是否應序列化 DisplayName 屬性。 (繼承來源 Activity) |
ToString() |
傳回包含 的 和 的 。 (繼承來源 Activity) |