SPWeb.GetObject method
擷取檔案、 資料夾或與指定的 URL 相關聯的清單項目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetObject ( _
strUrl As String _
) As Object
'用途
Dim instance As SPWeb
Dim strUrl As String
Dim returnValue As Object
returnValue = instance.GetObject(strUrl)
public Object GetObject(
string strUrl
)
參數
strUrl
Type: System.String擷取物件的 URL。
傳回值
Type: System.Object
檔案、 資料夾或與指定的 URL 相關聯的清單項目。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | strUrl是 null 。 |
備註
如果strUrl參數是空字串,這個方法會傳回該網站的根資料夾。