IVsTextTipData::GetContextStream Method (Int32, Int32)
Visual Studio 2015
Gets a context stream for the tip text data.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- piPos
-
Type:
System::Int32
[out] The position of the context stream.
- piLength
-
Type:
System::Int32
[out] The length of the context stream.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextTipData::GetContextStream( [out] long *piPos, [out] long *piLength );
Show: