WebFormsReferenceManager::GetType Method (String^, String^)
.NET Framework (current version)
Gets the object type with the specified tag prefix and tag name.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: