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 with get
function get StreamMarker () : IVsTextStreamMarker
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamMarker
IVsTextStreamMarker .
.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.