TypeObsoleteEventArgs::ObsoleteTypeName Property

 

Gets the name of the obsolete type.

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

public:
property String^ ObsoleteTypeName {
	String^ get();
}

Property Value

Type: System::String^

The name of the obsolete type.

Return to top
Show: