SPAlternateUrl.Lookup method
在伺服器陣列之傳入 URL 符合指定之的 URI 參數,傳回SPAlternateUrl物件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function Lookup ( _
uri As Uri _
) As SPAlternateUrl
'用途
Dim uri As Uri
Dim returnValue As SPAlternateUrl
returnValue = SPAlternateUrl.Lookup(uri)
public static SPAlternateUrl Lookup(
Uri uri
)
參數
uri
Type: System.UriSystem.Uri物件,代表要傳回SPAlternateUrl物件傳入 URL。
傳回值
Type: Microsoft.SharePoint.Administration.SPAlternateUrl
代表備用 URL 的SPAlternateUrl物件。