Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Not implemented.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function AdviseTextStreamEvents ( _
pSink As IVsTextStreamEvents, _
<OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
int AdviseTextStreamEvents(
IVsTextStreamEvents pSink,
out uint pdwCookie
)
int AdviseTextStreamEvents(
[InAttribute] IVsTextStreamEvents^ pSink,
[OutAttribute] unsigned int% pdwCookie
)
abstract AdviseTextStreamEvents :
pSink:IVsTextStreamEvents *
pdwCookie:uint32 byref -> int
function AdviseTextStreamEvents(
pSink : IVsTextStreamEvents,
pdwCookie : uint
) : int
Parameters
pSink
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamEventsDo not use.
pdwCookie
Type: System.UInt32%Do not use.
Return Value
Type: System.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.