IAsyncCompletionSessionOperations.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.
Sets span applicable to this completion session. The span is defined on the session's TextBuffer.
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ ApplicableToSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public Microsoft.VisualStudio.Text.ITrackingSpan ApplicableToSpan { get; set; }
member this.ApplicableToSpan : Microsoft.VisualStudio.Text.ITrackingSpan with get, set
Public Property ApplicableToSpan As ITrackingSpan