DynamicTypeService.OnAssemblyObsolete(AssemblyObsoleteEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when an assembly has been made obsolete.
public:
abstract void OnAssemblyObsolete(Microsoft::VisualStudio::Shell::Design::AssemblyObsoleteEventArgs ^ e);
public abstract void OnAssemblyObsolete (Microsoft.VisualStudio.Shell.Design.AssemblyObsoleteEventArgs e);
abstract member OnAssemblyObsolete : Microsoft.VisualStudio.Shell.Design.AssemblyObsoleteEventArgs -> unit
Public MustOverride Sub OnAssemblyObsolete (e As AssemblyObsoleteEventArgs)