IVsVisibleTextMarkerTag.StreamMarker Property

The stream marker.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
ReadOnly Property StreamMarker As IVsTextStreamMarker
IVsTextStreamMarker StreamMarker { get; }
property IVsTextStreamMarker^ StreamMarker {
    IVsTextStreamMarker^ get ();
}
abstract StreamMarker : IVsTextStreamMarker
function get StreamMarker () : IVsTextStreamMarker

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamMarker
IVsTextStreamMarker .

.NET Framework Security

See Also

Reference

IVsVisibleTextMarkerTag Interface

Microsoft.VisualStudio.Editor Namespace