SnapshotSpan.Implicit(SnapshotSpan to Span) Operatör

Tanım

Bir anlık görüntü yayılımını örtük olarak bir yayılığa dönüştürür.

public:
 static operator Microsoft::VisualStudio::Text::Span(Microsoft::VisualStudio::Text::SnapshotSpan snapshotSpan);
 static operator Microsoft::VisualStudio::Text::Span(Microsoft::VisualStudio::Text::SnapshotSpan snapshotSpan);
public static implicit operator Microsoft.VisualStudio.Text.Span (Microsoft.VisualStudio.Text.SnapshotSpan snapshotSpan);
static member op_Implicit : Microsoft.VisualStudio.Text.SnapshotSpan -> Microsoft.VisualStudio.Text.Span
Public Shared Widening Operator CType (snapshotSpan As SnapshotSpan) As Span

Parametreler

snapshotSpan
SnapshotSpan

Anlık görüntü aralığı.

Döndürülenler

Span

Span.

Şunlara uygulanır