SymbolResolver.AsLocationReferenceEnvironment 方法
定义
返回 LocationReferenceEnvironment 实例,利用该实例可访问 SymbolResolver 中以 LocationReference 对象形式表示的符号值引用。Returns a LocationReferenceEnvironment instance that enables access to references of symbol values in SymbolResolver represented as LocationReference objects.
public:
System::Activities::LocationReferenceEnvironment ^ AsLocationReferenceEnvironment();
public System.Activities.LocationReferenceEnvironment AsLocationReferenceEnvironment ();
member this.AsLocationReferenceEnvironment : unit -> System.Activities.LocationReferenceEnvironment
Public Function AsLocationReferenceEnvironment () As LocationReferenceEnvironment
返回
一个位置引用,利用它可以访问 SymbolResolver 中以 LocationReference 对象形式表示的符号值引用。A location reference that enables access to references to symbol values in SymbolResolver represented as LocationReference objects.