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)

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

Property Value

Type: array<System::Type^>^

An array of Type containing deleted types.

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.

Return to top
Show: