AssemblyObsoleteEventArgs.ObsoleteTypes 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 set of Type that have become obsolete.
public:
property cli::array <Type ^> ^ ObsoleteTypes { cli::array <Type ^> ^ get(); };
public:
property Platform::Array <Platform::Type ^> ^ ObsoleteTypes { Platform::Array <Platform::Type ^> ^ get(); };
public Type[] ObsoleteTypes { get; }
member this.ObsoleteTypes : Type[]
Public ReadOnly Property ObsoleteTypes As Type()
Property Value
Type[]
An array of Type containing obsolete types.