TextTipData.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.
Retrieves the position and length of the tool tip.
public:
virtual int GetContextStream([Runtime::InteropServices::Out] int % piPos, [Runtime::InteropServices::Out] int % piLen);
public virtual int GetContextStream (out int piPos, out int piLen);
abstract member GetContextStream : int * int -> int
override this.GetContextStream : int * int -> int
Public Overridable Function GetContextStream (ByRef piPos As Integer, ByRef piLen As Integer) As Integer
Parameters
- piPos
- Int32
The position of the tool tip.
- piLen
- Int32
The length of the tool tip.
Returns
Microsoft.VisualStudio.NativeMethods.S_OK.