IWebFormReferenceManager.GetObjectType Method
.NET Framework 3.0
Gets the type of the specified object.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
Type GetObjectType ( String tagPrefix, String typeName )
function GetObjectType (
tagPrefix : String,
typeName : String
) : Type
Not applicable.
Parameters
- tagPrefix
The tag prefix for the type.
- typeName
The name of the type.
Return Value
The Type of the object, if it could be resolved. Note: |
|---|
| The GetObjectType method is obsolete. Use the GetType method on the WebFormsReferenceManager class for equivalent designer functionality. |
Community Additions
ADD
Show:
Note: