This documentation is archived and is not being maintained.

IWebFormReferenceManager.GetObjectType Method

Gets the type of the specified object.

[Visual Basic]
Function GetObjectType( _
   ByVal tagPrefix As String, _
   ByVal typeName As String _
) As Type
[C#]
Type GetObjectType(
   string tagPrefix,
 string typeName
);
[C++]
Type* GetObjectType(
   String* tagPrefix,
 String* typeName
);
[JScript]
function GetObjectType(
   tagPrefix : String,
 typeName : String
) : Type;

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.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IWebFormReferenceManager Interface | IWebFormReferenceManager Members | System.Web.UI.Design Namespace

Show: