LocationReferenceEnvironment 類別

定義

提供活動執行階段中可用之變數與引數的環境表示。

public ref class LocationReferenceEnvironment abstract
public abstract class LocationReferenceEnvironment
type LocationReferenceEnvironment = class
Public MustInherit Class LocationReferenceEnvironment
繼承
LocationReferenceEnvironment

建構函式

LocationReferenceEnvironment()

由衍生類別的建構函式呼叫,以初始化物件。

屬性

Parent

取得或設定包含的 LocationReferenceEnvironment

Root

取得判斷此環境之範圍規則的活動。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetLocationReferences()

在衍生類別中覆寫時,傳回現有範圍中 LocationReference 物件的集合。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
IsVisible(LocationReference)

在衍生類別中覆寫時,判斷在現有範圍中是否會顯示指定的 LocationReference

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
TryGetLocationReference(String, LocationReference)

在衍生類別中覆寫時,嘗試取得指定的 LocationReference

適用於