VsTextTipWindowClass.GetContextStream(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the context stream.
public:
virtual int GetContextStream([Runtime::InteropServices::Out] int % piPos, [Runtime::InteropServices::Out] int % piLength) = Microsoft::VisualStudio::TextManager::Interop::IVsTextTipWindow::GetContextStream;
public:
virtual int GetContextStream([Runtime::InteropServices::Out] int % piPos, [Runtime::InteropServices::Out] int % piLength);
virtual int GetContextStream([Runtime::InteropServices::Out] int & piPos, [Runtime::InteropServices::Out] int & piLength);
public virtual int GetContextStream (out int piPos, out int piLength);
abstract member GetContextStream : int * int -> int
override this.GetContextStream : int * int -> int
Public Overridable Function GetContextStream (ByRef piPos As Integer, ByRef piLength As Integer) As Integer
Parameters
- piPos
- Int32
[out] Starting position of the context stream.
- piLength
- Int32
[out] Length of the context stream from the starting position (piPos
).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.