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)

public:
property array<Type^>^ ObsoleteTypes {
	array<Type^>^ get();
}

Property Value

Type: array<System::Type^>^

An array of Type containing obsolete types.

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.

Return to top
Show: