Share via


AssemblyObsoleteEventArgs.ObsoleteTypes Property

Gets the set of Type that have become obsolete.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public ReadOnly Property ObsoleteTypes As Type()
public Type[] ObsoleteTypes { get; }
public:
property array<Type^>^ ObsoleteTypes {
    array<Type^>^ get ();
}
member ObsoleteTypes : Type[] with get
function get ObsoleteTypes () : Type[]

Property Value

Type: array<System.Type[]
An array of Type containing obsolete types.

Remarks

The types within the assembly that are obsolete. The default is all types within the assembly, but it is possible that only some types have actually changed.

.NET Framework Security

See Also

Reference

AssemblyObsoleteEventArgs Class

Microsoft.VisualStudio.Shell.Design Namespace