AssemblyObsoleteEventArgs::ObsoleteAssembly Property

 

Gets the Assembly that has become obsolete.

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

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

Property Value

Type: System.Reflection::Assembly^

An Assembly that has become obsolete.

Return to top
Show: