Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the display name for a member in XML documentation representing metadata.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("C7AE54AB-ABF2-494A-BC8C-C577ABB874C9")> _
Public Interface IVsXMLMemberDataCallBack
[InterfaceTypeAttribute()]
[GuidAttribute("C7AE54AB-ABF2-494A-BC8C-C577ABB874C9")]
public interface IVsXMLMemberDataCallBack
[InterfaceTypeAttribute()]
[GuidAttribute(L"C7AE54AB-ABF2-494A-BC8C-C577ABB874C9")]
public interface class IVsXMLMemberDataCallBack
[<InterfaceTypeAttribute()>]
[<GuidAttribute("C7AE54AB-ABF2-494A-BC8C-C577ABB874C9")>]
type IVsXMLMemberDataCallBack = interface end
public interface IVsXMLMemberDataCallBack
The IVsXMLMemberDataCallBack type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetDisplayNameForTag | Gets the display name. |
Top