Share via


IVsTextStreamMarker.GetStreamBuffer Method

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

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

See Also

Reference

IVsTextStreamMarker Interface

Microsoft.VisualStudio.TextManager.Interop Namespace