WebFormsReferenceManager.GetType(String, String) 方法

定义

获取具有指定标记前缀和标记名称的对象类型。

public:
 abstract Type ^ GetType(System::String ^ tagPrefix, System::String ^ tagName);
public abstract Type GetType(string tagPrefix, string tagName);
override this.GetType : string * string -> Type
Public MustOverride Function GetType (tagPrefix As String, tagName As String) As Type

参数

tagPrefix
String

要检索的类型的标记前缀。

tagName
String

要检索的类型的标记名称。

返回

Type如果找到具有指定标记前缀和名称的对象,则为 ;否则为 null

适用于

另请参阅