DynamicTypeService.OnTypeObsolete Method
Raised when a type has been made obsolete, that is, when it no longer resolves.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustOverride Sub OnTypeObsolete ( _
e As TypeObsoleteEventArgs _
)
public abstract void OnTypeObsolete(
TypeObsoleteEventArgs e
)
public:
virtual void OnTypeObsolete(
TypeObsoleteEventArgs^ e
) abstract
abstract OnTypeObsolete :
e:TypeObsoleteEventArgs -> unit
public abstract function OnTypeObsolete(
e : TypeObsoleteEventArgs
)
Parameters
.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.