IStructureTag.OutliningSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.