共用方式為


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
)

參數

傳回值

Type: Microsoft.SharePoint.Administration.SPAlternateUrl
代表備用 URL 的SPAlternateUrl物件。

請參閱

參照

SPAlternateUrl class

SPAlternateUrl members

Microsoft.SharePoint.Administration namespace