Udostępnij za pośrednictwem


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()
'Usage
Dim instance As AssemblyObsoleteEventArgs 
Dim value As Type()

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