WebFormsReferenceManager::GetType Method (String^, String^)

 

Gets the object type with the specified tag prefix and tag name.

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

public:
virtual Type^ GetType(
	String^ tagPrefix,
	String^ tagName
) abstract

Parameters

tagPrefix
Type: System::String^

The tag prefix of the type to retrieve.

tagName
Type: System::String^

The tag name of the type to retrieve.

Return Value

Type: System::Type^

The Type of the object with the specified tag prefix and name, if found; otherwise, null.

.NET Framework
Available since 2.0
Return to top
Show: