IVsXMLMemberIndexService.CreateXMLMemberIndex Method (String, IVsXMLMemberIndex)
Visual Studio 2015
Creates a member index object for the given metadata binary.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pszBinaryName
-
Type:
System.String
[in] Pointer to a string containing the fully qualified name of the metadata file.
- ppIndex
-
Type:
Microsoft.VisualStudio.Shell.Interop.IVsXMLMemberIndex
[out] Pointer to an IVsXMLMemberIndex interface providing an index to the metadata.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsXMLMemberIndexService::CreateXMLMemberIndex(
[in] LPCOLESTR pszBinaryName,
[out] IVsXMLMemberIndex **ppIndex
);
Show: