IVsTaskList.DumpOutput Method

Do not use.

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

Syntax

'Declaration
Function DumpOutput ( _
    dwReserved As UInteger, _
    cat As VSTASKCATEGORY, _
    pstmOutput As IStream, _
    <OutAttribute> ByRef pfOutputWritten As Integer _
) As Integer
int DumpOutput(
    uint dwReserved,
    VSTASKCATEGORY cat,
    IStream pstmOutput,
    out int pfOutputWritten
)
int DumpOutput(
    [InAttribute] unsigned int dwReserved, 
    [InAttribute] VSTASKCATEGORY cat, 
    [InAttribute] IStream^ pstmOutput, 
    [OutAttribute] int% pfOutputWritten
)
abstract DumpOutput : 
        dwReserved:uint32 * 
        cat:VSTASKCATEGORY * 
        pstmOutput:IStream * 
        pfOutputWritten:int byref -> int
function DumpOutput(
    dwReserved : uint, 
    cat : VSTASKCATEGORY, 
    pstmOutput : IStream, 
    pfOutputWritten : int
) : int

Parameters

  • dwReserved
    Type: UInt32

    Do not use.

  • pfOutputWritten
    Type: Int32%

    Do not use.

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

IVsTaskList Interface

Microsoft.VisualStudio.Shell.Interop Namespace