IVsXMLMemberData5.GetDeprecation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.