TextTipData::GetContextStream Method (Int32, Int32)

 

Retrieves the position and length of the tool tip.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

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

Parameters

piPos
Type: System::Int32

The position of the tool tip.

piLen
Type: System::Int32

The length of the tool tip.

Return to top
Show: