다음을 통해 공유


IVsXMLMemberIndex Interface

Creates an index of members in XML documents corresponding to metadata files. Implemented by the environment. Returned by the CreateXMLMemberIndex method of the IVsXMLMemberIndexService interface.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("F9C06C61-207B-41D5-9CA2-690B3AE01083")> _
Public Interface IVsXMLMemberIndex
‘사용 방법
Dim instance As IVsXMLMemberIndex
[InterfaceTypeAttribute()]
[GuidAttribute("F9C06C61-207B-41D5-9CA2-690B3AE01083")]
public interface IVsXMLMemberIndex
[InterfaceTypeAttribute()]
[GuidAttribute(L"F9C06C61-207B-41D5-9CA2-690B3AE01083")]
public interface class IVsXMLMemberIndex
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F9C06C61-207B-41D5-9CA2-690B3AE01083")>]
type IVsXMLMemberIndex =  interface end
public interface IVsXMLMemberIndex

Remarks

This method provides convenient access to large metadata files without needing to use the full XML parser.

See Also

Reference

IVsXMLMemberIndex Members

Microsoft.VisualStudio.Shell.Interop Namespace