CompletionSet::ApplicableTo Property
Visual Studio 2015
Gets or sets the text tracking span to which this completion applies.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property ITrackingSpan^ ApplicableTo { virtual ITrackingSpan^ get(); protected: virtual void set(ITrackingSpan^ value); }
This is the span of text in the text buffer that will be replaced with the completion insertion text if the completion is committed.
Show: