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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.