IVsContextualIntellisenseFilterProvider.GetFilter Method (IVsHierarchy, IVsContextualIntellisenseFilter)
Visual Studio 2015
Returns an Intellisense filter for a given projec hierarchy.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pHierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
[in] Pointer to the IVsHierarchy interface to use in configuring the Intellisense filter.
- ppFilter
-
Type:
Microsoft.VisualStudio.Shell.Interop.IVsContextualIntellisenseFilter
[out] Pointer to an Intellisense filter, an IVsContextualIntellisenseFilter interface.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsContextualIntellisenseFilterProvider::GetFilter(
[in] IVsHierarchy* pHierarchy,
[out] IVsContextualIntellisenseFilter** ppFilter
);
Show: