IWebFormReferenceManager::GetObjectType Method (String^, String^)

 

Gets the type of the specified object.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Type^ GetObjectType(
	String^ tagPrefix,
	String^ typeName
)

Parameters

tagPrefix
Type: System::String^

The tag prefix for the type.

typeName
Type: System::String^

The name of the type.

Return Value

Type: System::Type^

The Type of the object, if it could be resolved.

System_CAPS_noteNote

The GetObjectType method is obsolete. Use the GetType method on the WebFormsReferenceManager class for equivalent designer functionality.

.NET Framework
Available since 1.1
Return to top
Show: