IVsXMLMemberDataDeprecation Interface
Provides information for deprecating XML members.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("AF87BDDD-FB89-4787-9809-1749FD500ABC")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsXMLMemberDataDeprecation
[GuidAttribute("AF87BDDD-FB89-4787-9809-1749FD500ABC")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsXMLMemberDataDeprecation
[GuidAttribute(L"AF87BDDD-FB89-4787-9809-1749FD500ABC")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsXMLMemberDataDeprecation
[<GuidAttribute("AF87BDDD-FB89-4787-9809-1749FD500ABC")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsXMLMemberDataDeprecation = interface end
public interface IVsXMLMemberDataDeprecation
The IVsXMLMemberDataDeprecation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets the description. | |
Type | Gets the type of the member. |
Top