Share via


CompletionStartData.ApplicableToSpan Property

Definition

Proposed location where completion will take place. Return default if this IAsyncCompletionSource is not capable of providing location, or completion is invalid for location in question.

public:
 property Microsoft::VisualStudio::Text::SnapshotSpan ApplicableToSpan { Microsoft::VisualStudio::Text::SnapshotSpan get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan ApplicableToSpan { [System.Runtime.CompilerServices.IsReadOnly] get; }
public Microsoft.VisualStudio.Text.SnapshotSpan ApplicableToSpan { get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ApplicableToSpan : Microsoft.VisualStudio.Text.SnapshotSpan
member this.ApplicableToSpan : Microsoft.VisualStudio.Text.SnapshotSpan
Public ReadOnly Property ApplicableToSpan As SnapshotSpan

Property Value

Attributes

Applies to