VsTextImageClass::GetTextAddressOfOffset Method (Int32, array<TextAddress>^)
Visual Studio 2015
Returns the text address of a given buffer address.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iOffset
-
Type:
System::Int32
[in] Integer containing the offset from the start of the text image buffer.
- pta
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::TextAddress>^
[out] Pointer to the text address.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: