IVsTaskList.DumpOutput(UInt32, VSTASKCATEGORY, IStream, Int32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Nicht verwenden.
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
Parameter
- dwReserved
- UInt32
Nicht verwenden.
- cat
- VSTASKCATEGORY
Nicht verwenden.
- pstmOutput
- IStream
Nicht verwenden.
- pfOutputWritten
- Int32
Nicht verwenden.