SPUtility.GetIncorrectUIVersionMessage method
擷取包含網頁組件新增至不相容的使用者介面 (UI) 版本網站時所要顯示一般的錯誤訊息的當地語系化的字串。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetIncorrectUIVersionMessage ( _
needNewUIVersion As Boolean _
) As String
'用途
Dim needNewUIVersion As Boolean
Dim returnValue As String
returnValue = SPUtility.GetIncorrectUIVersionMessage(needNewUIVersion)
public static string GetIncorrectUIVersionMessage(
bool needNewUIVersion
)
參數
needNewUIVersion
Type: System.Booleantrue來顯示訊息,告知使用者啟用新的 UI ;false來顯示訊息,告知使用者他們必須使用舊的使用者介面或使用不同的網頁組件,相容於新的 UI。
傳回值
Type: System.String
訊息字串。