Location<T> 類別

定義

將型別參考提供給由 ArgumentVariable 使用的值。

generic <typename T>
public ref class Location : System::Activities::Location
[System.Runtime.Serialization.DataContract]
public class Location<T> : System.Activities.Location
[<System.Runtime.Serialization.DataContract>]
type Location<'T> = class
    inherit Location
Public Class Location(Of T)
Inherits Location

類型參數

T

值的類型。

繼承
Location<T>
屬性

建構函式

Location<T>()

初始化 Location<T> 類別的新執行個體。

屬性

LocationType

取得由位置參考之值的型別。

Value

取得或設定參考物件的值。

ValueCore

取得或設定參考物件的值。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回參考物件值的字串表示。

適用於