IAdornmentLayerElement.VisualSpan 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 snapshot span that is associated with the adornment.
public:
property Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> VisualSpan { Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan? VisualSpan { get; }
member this.VisualSpan : Nullable<Microsoft.VisualStudio.Text.SnapshotSpan>
Public ReadOnly Property VisualSpan As Nullable(Of SnapshotSpan)
Property Value
The snapshot span.