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.
Represents capability information in XML documentation.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("98F1A862-A153-4369-86B8-7C4E3D0D5E37")> _
Public Interface IVsXMLMemberDataCapability
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("98F1A862-A153-4369-86B8-7C4E3D0D5E37")]
public interface IVsXMLMemberDataCapability
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"98F1A862-A153-4369-86B8-7C4E3D0D5E37")]
public interface class IVsXMLMemberDataCapability
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("98F1A862-A153-4369-86B8-7C4E3D0D5E37")>]
type IVsXMLMemberDataCapability = interface end
public interface IVsXMLMemberDataCapability
The IVsXMLMemberDataCapability type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets the description of the capability. |
![]() |
Type | Gets the type of capability. |
Top