IVsSmartTagData.GetContextStream Method
Visual Studio 2010
Gets the position and length of the stream.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
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.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.