Share via


IVsXMLMemberDataDeprecation.Type Property

Definition

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

Applies to