TypeObsoleteEventArgs Constructor (String^)

 

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

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

public:
TypeObsoleteEventArgs(
	String^ typeName
)

Parameters

typeName
Type: System::String^

The name of the obsolete type.

Return to top
Show: