Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: UInt32Do not use.
cat
Type: Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORYDo not use.
pstmOutput
Type: Microsoft.VisualStudio.OLE.Interop.IStreamDo not use.
pfOutputWritten
Type: Int32%Do not use.
Return Value
Type: Int32
.NET Framework Security
- 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.