TypeObsoleteEventArgs Class

 

An event that gets raised when a type has become obsolete.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.Design.TypeObsoleteEventArgs

public sealed class TypeObsoleteEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTypeObsoleteEventArgs(String)

Initializes a new instance of TypeObsoleteEventArgs for the specified obsolete type.

NameDescription
System_CAPS_pubpropertyObsoleteTypeName

Gets the name of the obsolete type.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: