InvokeMethod<TResult> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫指定之物件或型別的公用方法。
generic <typename TResult>
public ref class InvokeMethod sealed : System::Activities::AsyncCodeActivity<TResult>
[System.Windows.Markup.ContentProperty("Parameters")]
public sealed class InvokeMethod<TResult> : System.Activities.AsyncCodeActivity<TResult>
[<System.Windows.Markup.ContentProperty("Parameters")>]
type InvokeMethod<'Result> = class
inherit AsyncCodeActivity<'Result>
Public NotInheritable Class InvokeMethod(Of TResult)
Inherits AsyncCodeActivity(Of TResult)
類型參數
- TResult
活動傳回之值的型別。
- 繼承
-
InvokeMethod<TResult>
- 屬性
建構函式
InvokeMethod<TResult>() |
初始化 InvokeMethod<TResult> 類別的新執行個體。 |
屬性
CacheId |
取得工作流程定義範圍內的唯一快取識別碼。 (繼承來源 Activity) |
Constraints |
取得 Constraint 活動的集合,這些活動可以設定為提供 Activity 的驗證。 (繼承來源 Activity) |
DisplayName |
取得或設定選擇性的易記名稱,這個名稱會用於偵錯、驗證、例外狀況處理及追蹤。 (繼承來源 Activity) |
GenericTypeArguments |
所包含方法的泛型型別引數。 |
Id |
取得工作流程定義範圍內的唯一識別碼。 (繼承來源 Activity) |
Implementation |
在嘗試設定此屬性的值時,取得 |
ImplementationVersion |
取得或設定活動的實作版本。 (繼承來源 AsyncCodeActivity<TResult>) |
MethodName |
活動執行時要叫用之方法的名稱。 |
Parameters |
要叫用之方法的參數集合。 |
Result |
取得或設定 Activity<TResult> 的結果引數。 (繼承來源 Activity<TResult>) |
ResultType |
在衍生類別中實作時,取得活動 OutArgument 的型別。 (繼承來源 ActivityWithResult) |
RunAsynchronously |
取得或設定值,此值指出是否要以非同步方式叫用活動的方法。 |
TargetObject |
取得或設定包含要叫用之方法的物件。 |
TargetType |
取得或設定 TargetObject 的型別。 |