WebFormsReferenceManager.GetType(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有指定标记前缀和标记名称的对象类型。
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
。