SPUtility.MapWebToIcon method
將網站對應至相對應的圖像,並根據網站的範本和設定識別碼的工具提示。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function MapWebToIcon ( _
web As SPWeb _
) As Pair
'用途
Dim web As SPWeb
Dim returnValue As Pair
returnValue = SPUtility.MapWebToIcon(web)
public static Pair MapWebToIcon(
SPWeb web
)
參數
web
Type: Microsoft.SharePoint.SPWeb代表網站的SPWeb物件。
傳回值
Type: System.Web.UI.Pair
第一個項目所在的圖像 URL,而第二個元素的Pair物件為工具提示。