LocationReference 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一种用于在运行时对 Location 进行解析的机制。
public ref class LocationReference abstract
public abstract class LocationReference
type LocationReference = class
Public MustInherit Class LocationReference
- 继承
-
LocationReference
- 派生
注解
Variable、RuntimeArgument 和 DelegateArgument 均为 LocationReference。 运行时可在一个环境中管理与每个 ActivityInstance 关联的状态。 Location 是存储在此环境中的值的读/写代理。 LocationReference 提供一种用于在运行时对 Location 进行解析的机制。
这是一个抽象类。
构造函数
LocationReference() |
创建 LocationReference 类的新实例。 |
属性
Name |
获取或设置 LocationReference 的名称。 |
NameCore |
通过派生类实现时,获取或设置 LocationReference 的名称已经过区域性本地化的版本。 |
Type |
获取或设置 LocationReference 的类型。 |
TypeCore |
在派生类中实现时,获取或设置 LocationReference 的类型已经过区域性本地化的版本。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetLocation(ActivityContext) |
当在派生类中实现时,从 LocationReference 对象中提取 ActivityContext 的位置。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |