IStructureElement.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.
The span of text to collapse when the outlining adornment is invoked.
public:
property Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> OutliningSpan { Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan? OutliningSpan { get; }
member this.OutliningSpan : Nullable<Microsoft.VisualStudio.Text.SnapshotSpan>
Public ReadOnly Property OutliningSpan As Nullable(Of SnapshotSpan)