ViewFilter::GetExpansionProvider Method ()

 

Returns an ExpansionProvider object.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual ExpansionProvider^ GetExpansionProvider()

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.

Return to top
Show: