LocationReferenceEnvironment 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供一個在執行時活動可用的變數與參數環境表示。
public ref class LocationReferenceEnvironment abstract
public abstract class LocationReferenceEnvironment
type LocationReferenceEnvironment = class
Public MustInherit Class LocationReferenceEnvironment
- 繼承
-
LocationReferenceEnvironment
建構函式
| 名稱 | Description |
|---|---|
| LocationReferenceEnvironment() |
由衍生類別建構子呼叫來初始化物件。 |
屬性
| 名稱 | Description |
|---|---|
| Parent |
取得或設定包含 LocationReferenceEnvironment的 。 |
| Root |
取得決定此環境範圍規則的活動。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
做為預設哈希函式。 (繼承來源 Object) |
| GetLocationReferences() |
當在衍生類別中覆寫時,會回傳一組 LocationReference 目前範圍內的物件。 |
| GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
| IsVisible(LocationReference) |
當在派生類別中覆寫時,決定指定內容 LocationReference 是否在當前範圍內可見。 |
| MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |
| TryGetLocationReference(String, LocationReference) |
當在派生類別中覆寫時,會嘗試取得指定的 LocationReference。 |