CompletionSet::ApplicableTo Property

 

Gets or sets the text tracking span to which this completion applies.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: