IVsXMLMemberDataDeprecation.Type Property
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 type of the member.
public:
property System::UInt32 Type { System::UInt32 get(); };
public:
property unsigned int Type { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.XMLMEMBERDATA_DEPRECATION_TYPE")]
[System.Runtime.InteropServices.DispId(1610678272)]
public uint Type { get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.XMLMEMBERDATA_DEPRECATION_TYPE")>]
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.Type : uint32
Public ReadOnly Property Type As UInteger
Property Value
The type of the member.
- Attributes