Partilhar via


Propriedade TextExtent.Span

Gets the SnapshotSpan.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
Public ReadOnly Property Span As SnapshotSpan
public SnapshotSpan Span { get; }
public:
property SnapshotSpan Span {
    SnapshotSpan get ();
}
member Span : SnapshotSpan with get
function get Span () : SnapshotSpan

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.SnapshotSpan
O SnapshotSpan.

Segurança do .NET Framework

Consulte também

Referência

TextExtent Estrutura

Namespace Microsoft.VisualStudio.Text.Operations