ClientContext.ExecuteQuery メソッド
Executes the current set of data retrieval queries and method invocations.
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Overrides Sub ExecuteQuery
'使用
Dim instance As ClientContext
instance.ExecuteQuery()
public override void ExecuteQuery()
注釈
This override sets the message digest of the security validation for the current post request, and then calls the ExecuteQuery of the base class to execute the query.