CompletionStartData.ApplicableToSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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