IVsTaskList::DumpOutput Method (UInt32, VSTASKCATEGORY, IStream^, Int32)

 

Do not use.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int DumpOutput(
	unsigned int dwReserved,
	VSTASKCATEGORY cat,
	IStream^ pstmOutput,
	[OutAttribute] int% pfOutputWritten
)

Parameters

dwReserved
Type: System::UInt32

Do not use.

cat
Type: Microsoft.VisualStudio.Shell.Interop::VSTASKCATEGORY

Do not use.

pstmOutput
Type: Microsoft.VisualStudio.OLE.Interop::IStream^

Do not use.

pfOutputWritten
Type: System::Int32

Do not use.

Return Value

Type: System::Int32
Return to top
Show: