IVsXMLMemberData Interface

Extracts information about a member from an XML representation. Returned by the GetMemberDataFromXML method of the IVsXMLMemberIndexService interface. You can get an instance of that interface from the SVsXMLMemberIndexService (SID_SVsXMLMemberIndexService) service.

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

Syntax

‘선언
<GuidAttribute("05EC0018-FB7F-4492-9F91-21245C5A3D15")> _
<InterfaceTypeAttribute()> _
Public Interface IVsXMLMemberData
‘사용 방법
Dim instance As IVsXMLMemberData
[GuidAttribute("05EC0018-FB7F-4492-9F91-21245C5A3D15")]
[InterfaceTypeAttribute()]
public interface IVsXMLMemberData
[GuidAttribute(L"05EC0018-FB7F-4492-9F91-21245C5A3D15")]
[InterfaceTypeAttribute()]
public interface class IVsXMLMemberData
[<GuidAttribute("05EC0018-FB7F-4492-9F91-21245C5A3D15")>]
[<InterfaceTypeAttribute()>]
type IVsXMLMemberData =  interface end
public interface IVsXMLMemberData

Remarks

The interface extracts text from the XML, honoring tags like <see> and <paramref>.

See Also

Reference

IVsXMLMemberData Members

Microsoft.VisualStudio.Shell.Interop Namespace