CompletionSet.ApplicableTo 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.
Gets or sets the text tracking span to which this completion applies.
public: virtual property Microsoft::VisualStudio::Text::ITrackingSpan ^ ApplicableTo { public:
Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); protected:
void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public: virtual property Microsoft::VisualStudio::Text::ITrackingSpan ^ ApplicableTo { public:
Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); protected:
void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public virtual Microsoft.VisualStudio.Text.ITrackingSpan ApplicableTo { get; protected set; }
member this.ApplicableTo : Microsoft.VisualStudio.Text.ITrackingSpan with get, set
Public Overridable Property ApplicableTo As ITrackingSpan
Property Value
The ITrackingSpan.
Remarks
If this completion is committed to the buffer, the span will be replaced with the completion insertion text.