ObjectReferenceService.AcquireObjectReference 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对象的实际引用。
重载
AcquireObjectReference(Object) |
通过其实际引用获取对象的引用。 |
AcquireObjectReference(Int32, Int32, Int32, Int32) |
通过该对象的 SourceLocation 获取引用,此方法将自动注册要侦听 SourceLocationUpdatedEvent 的对象,如果可能。 |
AcquireObjectReference(Object)
AcquireObjectReference(Int32, Int32, Int32, Int32)
通过该对象的 SourceLocation 获取引用,此方法将自动注册要侦听 SourceLocationUpdatedEvent 的对象,如果可能。
public:
Guid AcquireObjectReference(int startLine, int startColumn, int endLine, int endColumn);
public Guid AcquireObjectReference (int startLine, int startColumn, int endLine, int endColumn);
member this.AcquireObjectReference : int * int * int * int -> Guid
Public Function AcquireObjectReference (startLine As Integer, startColumn As Integer, endLine As Integer, endColumn As Integer) As Guid
参数
- startLine
- Int32
对象的起始行。
- startColumn
- Int32
对象的起始列。
- endLine
- Int32
对象的结束行。
- endColumn
- Int32
对象的结束列。
返回
对象的 SourceLocation 引用。