Sdílet prostřednictvím


ObjectReferenceService.AcquireObjectReference Metoda

Definice

Získá skutečný odkaz na objekt.

Přetížení

AcquireObjectReference(Object)

Získá odkaz na objekt pomocí jeho skutečného odkazu.

AcquireObjectReference(Int32, Int32, Int32, Int32)

Získá odkaz SourceLocation objektu a tato metoda automaticky zaregistruje objekt pro naslouchání SourceLocationUpdatedEvent, pokud je k dispozici.

AcquireObjectReference(Object)

Získá odkaz na objekt pomocí jeho skutečného odkazu.

public:
 Guid AcquireObjectReference(System::Object ^ obj);
public Guid AcquireObjectReference (object obj);
member this.AcquireObjectReference : obj -> Guid
Public Function AcquireObjectReference (obj As Object) As Guid

Parametry

obj
Object

Objekt, pro který potřebujeme získat odkaz.

Návraty

Odkaz na objekt.

Platí pro

AcquireObjectReference(Int32, Int32, Int32, Int32)

Získá odkaz SourceLocation objektu a tato metoda automaticky zaregistruje objekt pro naslouchání SourceLocationUpdatedEvent, pokud je k dispozici.

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

Parametry

startLine
Int32

Počáteční řádek objektu.

startColumn
Int32

Počáteční sloupec objektu.

endLine
Int32

Koncový řádek objektu.

endColumn
Int32

Koncový sloupec objektu.

Návraty

Odkaz SourceLocation objektu.

Platí pro