TextTipData.GetContextStream(Int32, Int32) Method

Definition

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.

Implements

Applies to