DelegateOutArgument<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示從 ActivityDelegate 傳出之資料流程的繫結終端機。
generic <typename T>
public ref class DelegateOutArgument sealed : System::Activities::DelegateOutArgument
public sealed class DelegateOutArgument<T> : System.Activities.DelegateOutArgument
type DelegateOutArgument<'T> = class
inherit DelegateOutArgument
Public NotInheritable Class DelegateOutArgument(Of T)
Inherits DelegateOutArgument
類型參數
- T
DelegateOutArgument<T> 的資料型別。
- 繼承
建構函式
DelegateOutArgument<T>() |
初始化 DelegateOutArgument<T> 類別的新執行個體。 |
DelegateOutArgument<T>(String) |
使用指定的名稱,初始化 DelegateOutArgument<T> 類別的新執行個體。 |
屬性
Direction |
取得 ,指定 是否表示資料傳入 、從 傳出,或由 傳入與傳出。 (繼承來源 DelegateArgument) |
Name |
取得或設定 DelegateArgument 的名稱。 (繼承來源 DelegateArgument) |
NameCore |
取得 Name 所使用的字串值。 (繼承來源 DelegateArgument) |
Type |
取得或設定 LocationReference 的型別。 (繼承來源 LocationReference) |
TypeCore |
在衍生類別中實作時,取得或設定 LocationReference 型別的當地語系化版本。 (繼承來源 LocationReference) |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
Get(ActivityContext) |
取得 DelegateOutArgument<T> 的值。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetLocation(ActivityContext) |
傳回這個 Location<T> 的 DelegateOutArgument<T>。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
Set(ActivityContext, T) |
設定 DelegateOutArgument<T> 的值。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |