AssemblyDeletedEventArgs.DeletedTypes Property

Gets the set of Type that have been deleted.

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

Syntax

‘선언
Public ReadOnly Property DeletedTypes As Type()
    Get
‘사용 방법
Dim instance As AssemblyDeletedEventArgs
Dim value As Type()

value = instance.DeletedTypes
public Type[] DeletedTypes { get; }
public:
property array<Type^>^ DeletedTypes {
    array<Type^>^ get ();
}
member DeletedTypes : Type[]
function get DeletedTypes () : Type[]

Property Value

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

Remarks

The types within the assembly that have been deleted. The default is all types within the assembly, but it is possible that only some types have actually been deleted.

.NET Framework Security

See Also

Reference

AssemblyDeletedEventArgs Class

AssemblyDeletedEventArgs Members

Microsoft.VisualStudio.Shell.Design Namespace