DynamicTypeService.OnTypeObsolete(TypeObsoleteEventArgs) 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 a type has been made obsolete, that is, when it no longer resolves.
public:
abstract void OnTypeObsolete(Microsoft::VisualStudio::Shell::Design::TypeObsoleteEventArgs ^ e);
public abstract void OnTypeObsolete (Microsoft.VisualStudio.Shell.Design.TypeObsoleteEventArgs e);
abstract member OnTypeObsolete : Microsoft.VisualStudio.Shell.Design.TypeObsoleteEventArgs -> unit
Public MustOverride Sub OnTypeObsolete (e As TypeObsoleteEventArgs)