SPUtility.IsEastAsia method
決定是否針對東亞語言指定網站的指定地區設定識別碼 (LCID)。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function IsEastAsia ( _
web As SPWeb, _
lcid As UInteger _
) As Boolean
'用途
Dim web As SPWeb
Dim lcid As UInteger
Dim returnValue As Boolean
returnValue = SPUtility.IsEastAsia(web, _
lcid)
public static bool IsEastAsia(
SPWeb web,
uint lcid
)
參數
web
Type: Microsoft.SharePoint.SPWeb網站。
lcid
Type: System.UInt32地區設定識別碼或 LCID。
傳回值
Type: System.Boolean
true網站 LCID 東亞語言 ; 如果否則,請false。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | web是a null reference (Nothing in Visual Basic)。 |