ModelDataSourceView.FindMethod(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
尋找要執行的方法。
protected:
virtual System::Web::UI::WebControls::ModelDataSourceMethod ^ FindMethod(System::String ^ methodName);
protected virtual System.Web.UI.WebControls.ModelDataSourceMethod FindMethod (string methodName);
abstract member FindMethod : string -> System.Web.UI.WebControls.ModelDataSourceMethod
override this.FindMethod : string -> System.Web.UI.WebControls.ModelDataSourceMethod
Protected Overridable Function FindMethod (methodName As String) As ModelDataSourceMethod
參數
- methodName
- String
要執行的方法名稱。
傳回
已設定 ModelDataSourceMethod 和 Instance 屬性的 MethodInfo 物件。 當這個方法傳回時,Parameters 物件的ModelDataSourceMethod集合仍為空白。
例外狀況
DataMethodsObject屬性和DataMethodsType屬性都有值,或找不到指定的方法。