NormalizedSnapshotSpanCollection.Item[Int32] Eigenschaft

Definition

Ruft die Momentaufnahmespanne an der angegebenen Position ab. Der Setter löst eine aus NotSupportedException .

public:
 property Microsoft::VisualStudio::Text::SnapshotSpan default[int] { Microsoft::VisualStudio::Text::SnapshotSpan get(int index); void set(int index, Microsoft::VisualStudio::Text::SnapshotSpan value); };
public Microsoft.VisualStudio.Text.SnapshotSpan this[int index] { get; set; }
member this.Item(int) : Microsoft.VisualStudio.Text.SnapshotSpan with get, set
Default Public Property Item(index As Integer) As SnapshotSpan

Parameter

index
Int32

Die Position, an der die Momentaufnahmespanne abgerufen werden soll.

Eigenschaftswert

SnapshotSpan

Die Momentaufnahmespanne.

Implementiert

Hinweise

Der- set Accessor löst eine aus NotSupportedException .

Gilt für