SPListCollection.CreateListFromRpc method
建立清單從代表送出表單的引數的名稱值集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function CreateListFromRpc ( _
queryString As NameValueCollection, _
<OutAttribute> ByRef nextUrl As Uri _
) As SPList
'用途
Dim instance As SPListCollection
Dim queryString As NameValueCollection
Dim nextUrl As Uri
Dim returnValue As SPList
returnValue = instance.CreateListFromRpc(queryString, _
nextUrl)
public SPList CreateListFromRpc(
NameValueCollection queryString,
out Uri nextUrl
)
參數
queryString
Type: System.Collections.Specialized.NameValueCollection字串,包含一個代表從表單送出的引數的System.Collections.Specialized.NameValueCollection物件。
nextUrl
Type: System.Uri字串,包含下一個要處理的要求後顯示 URL 已完成。
傳回值
Type: Microsoft.SharePoint.SPList
SPList 物件,表示新的清單。