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

適用於

另請參閱