Share via


IAdornmentLayerElement.VisualSpan, propriété

Obtient l'étendue d'instantanés associée à l'ornement.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
ReadOnly Property VisualSpan As Nullable(Of SnapshotSpan)
Nullable<SnapshotSpan> VisualSpan { get; }
property Nullable<SnapshotSpan> VisualSpan {
    Nullable<SnapshotSpan> get ();
}
abstract VisualSpan : Nullable<SnapshotSpan> with get
function get VisualSpan () : Nullable<SnapshotSpan>

Valeur de propriété

Type : Nullable<SnapshotSpan>
Étendue d'instantanés.

Sécurité .NET Framework

Voir aussi

Référence

IAdornmentLayerElement Interface

Microsoft.VisualStudio.Text.Editor, espace de noms