VsMethodTipWindowClass::GetContextStream Method (Int32, Int32)
Visual Studio 2015
Returns the context stream.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
public: virtual int GetContextStream( [OutAttribute] int% piPos, [OutAttribute] int% piLength )
Parameters
- piPos
-
Type:
System::Int32
[out] Starting position of the context stream.
- piLength
-
Type:
System::Int32
[out] Length of the context stream from the starting position, piPos.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: