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.
Provides access to the associated text buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function GetStreamBuffer ( _
<OutAttribute> ByRef ppBuffer As IVsTextStream _
) As Integer
int GetStreamBuffer(
out IVsTextStream ppBuffer
)
int GetStreamBuffer(
[OutAttribute] IVsTextStream^% ppBuffer
)
abstract GetStreamBuffer :
ppBuffer:IVsTextStream byref -> int
function GetStreamBuffer(
ppBuffer : IVsTextStream
) : int
Parameters
- ppBuffer
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextStream%
[out] Pointer to the IVsTextStream interface of the associated buffer.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextStreamMarker::GetStreamBuffer(
[out] IVsTextStream **ppBuffer
);
This method can be used to return the underlying IVsTextStream object that contains the marker.
.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.