次の方法で共有


ClientRuntimeContext.OnExecutingWebRequest メソッド

Raises the ExecutingWebRequest event.

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)

構文

'宣言
Protected Overridable Sub OnExecutingWebRequest ( _
    args As WebRequestEventArgs _
)
'使用
Dim args As WebRequestEventArgs

Me.OnExecutingWebRequest(args)
protected virtual void OnExecutingWebRequest(
    WebRequestEventArgs args
)

パラメーター

注釈

This method is called to fire the ExecutingWebRequest event.

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

Microsoft.SharePoint.Client 名前空間