IVsTaskList.DumpOutput(UInt32, VSTASKCATEGORY, IStream, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Do not use.
public:
int DumpOutput(System::UInt32 dwReserved, Microsoft::VisualStudio::Shell::Interop::VSTASKCATEGORY cat, Microsoft::VisualStudio::OLE::Interop::IStream ^ pstmOutput, [Runtime::InteropServices::Out] int % pfOutputWritten);
int DumpOutput(unsigned int dwReserved, Microsoft::VisualStudio::Shell::Interop::VSTASKCATEGORY cat, Microsoft::VisualStudio::OLE::Interop::IStream const & pstmOutput, [Runtime::InteropServices::Out] int & pfOutputWritten);
public int DumpOutput (uint dwReserved, Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY cat, Microsoft.VisualStudio.OLE.Interop.IStream pstmOutput, out int pfOutputWritten);
abstract member DumpOutput : uint32 * Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY * Microsoft.VisualStudio.OLE.Interop.IStream * int -> int
Public Function DumpOutput (dwReserved As UInteger, cat As VSTASKCATEGORY, pstmOutput As IStream, ByRef pfOutputWritten As Integer) As Integer
Parameters
- dwReserved
- UInt32
Do not use.
- cat
- VSTASKCATEGORY
Do not use.
- pstmOutput
- IStream
Do not use.
- pfOutputWritten
- Int32
Do not use.