ViewFilter::GetExpansionProvider Method ()
Visual Studio 2015
Returns an ExpansionProvider object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Return Value
Type: Microsoft.VisualStudio.Package::ExpansionProvider^If there is an expansion provider, returns an ExpansionProvider object; otherwise, returns null.
This method returns the expansion provider that handles code snippets. If the language service does not support code snippets, this method returns null.
The base method forwards the call to the Source object's GetExpansionProvider method.
Show: