IAdornmentLayerElement::VisualSpan Property

 

Gets the snapshot span that is associated with the adornment.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property Nullable<SnapshotSpan> VisualSpan {
	Nullable<SnapshotSpan> get();
}

Property Value

Type: System::Nullable<SnapshotSpan>

The snapshot span.

Return to top
Show: