IVsXMLMemberIndexService.CreateXMLMemberIndex Method (String, IVsXMLMemberIndex)

 

Creates a member index object for the given metadata binary.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int CreateXMLMemberIndex(
	string pszBinaryName,
	out IVsXMLMemberIndex ppIndex
)

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.Int32

If 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
);
Return to top
Show: