Share via


IStructureTag.OutliningSpan Property

Definition

Gets the span containing the entire contents of the block (minus the block header). This span will be collapsed or expanded when the block outlining adornment is invoked.

public:
 property Nullable<Microsoft::VisualStudio::Text::Span> OutliningSpan { Nullable<Microsoft::VisualStudio::Text::Span> get(); };
public Microsoft.VisualStudio.Text.Span? OutliningSpan { get; }
member this.OutliningSpan : Nullable<Microsoft.VisualStudio.Text.Span>
Public ReadOnly Property OutliningSpan As Nullable(Of Span)

Property Value

Remarks

If this parameter is null, block structure adornments will still be drawn as long as the GuideLineHorizontalAnchorPoint and the GuideLineSpan are both provided, however, no outlining adornment will be drawn.

Applies to