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

声明
Public ReadOnly Property ObsoleteTypes As Type()
    Get
用法
Dim instance As AssemblyObsoleteEventArgs
Dim value As Type()

value = instance.ObsoleteTypes
public Type[] ObsoleteTypes { get; }
public:
property array<Type^>^ ObsoleteTypes {
    array<Type^>^ get ();
}
member ObsoleteTypes : Type[]
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

AssemblyObsoleteEventArgs Members

Microsoft.VisualStudio.Shell.Design Namespace