Language

ImageButton.LoadPostData(String, NameValueCollection) メソッド

定義

ImageButton コントロールの転記されたデータを処理します。

protected:
 virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

パラメーター

postDataKey
String

コレクション内のエントリのインデックスを作成するために使用されるキー値。

postCollection
NameValueCollection

投稿情報を含む NameValueCollection 。

返品

すべてのケースの false を返します。

注釈

LoadPostData メンバーは、ImageButton コントロールからカスタム クラスを派生するときに、主にコントロール開発者によって使用されます。

ImageButtonは、x と y の値が投稿されたかどうかを確認します。これは、画像がユーザーによってクリックされたことを示します。 その後、 ImageButton は、イベント処理中にイベントを発生させるページに登録します。

適用対象

こちらもご覧ください