VsSmartTagTipWindowClass::GetContextStream Method (Int32, Int32)

 

Returns the context stream (the position and length of text in the buffer that should not be obscured by the tip window, but to which the content of the tip is related).

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

public:
virtual int GetContextStream(
	[OutAttribute] int% piPos,
	[OutAttribute] int% piLength
)

Parameters

piPos
Type: System::Int32

[out] The position in the stream.

piLength
Type: System::Int32

[out] The length of the stream.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: