Share via


IVsXMLMemberData5.GetDeprecation Method

Definition

Gets the deprecation data from the xml documentation (<deprecated> tag).

public:
 Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberDataDeprecation ^ GetDeprecation();
public:
 Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberDataDeprecation ^ GetDeprecation();
Microsoft::VisualStudio::Shell::Interop::IVsXMLMemberDataDeprecation GetDeprecation();
public Microsoft.VisualStudio.Shell.Interop.IVsXMLMemberDataDeprecation GetDeprecation ();
abstract member GetDeprecation : unit -> Microsoft.VisualStudio.Shell.Interop.IVsXMLMemberDataDeprecation
Public Function GetDeprecation () As IVsXMLMemberDataDeprecation

Returns

If the tag doesn't exist, the function returns S_FALSE.

Applies to