LocationReferenceEnvironment 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供在运行时活动可用的变量和自变量环境的表示形式。
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。 |