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)
Syntax
'Declaration
Public ReadOnly Property ObsoleteAssembly As Assembly
public Assembly ObsoleteAssembly { get; }
public:
property Assembly^ ObsoleteAssembly {
Assembly^ get ();
}
member ObsoleteAssembly : Assembly with get
function get ObsoleteAssembly () : Assembly
Property Value
Type: System.Reflection.Assembly
An Assembly that has become obsolete.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.