AssemblyDeletedEventArgs::DeletedAssembly Property

 

Gets the Assembly that has been deleted.

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

public:
property Assembly^ DeletedAssembly {
	Assembly^ get();
}

Property Value

Type: System.Reflection::Assembly^

An Assembly that has been deleted.

Return to top
Show: