次の方法で共有


PSSupportedLanguages.IsSupportedLcid メソッド

特定の LCID が Project Server でサポートされているかどうかを示します。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
Public Shared Function IsSupportedLcid ( _
    lcid As Integer _
) As Boolean
'使用
Dim lcid As Integer
Dim returnValue As Boolean

returnValue = PSSupportedLanguages.IsSupportedLcid(lcid)
public static bool IsSupportedLcid(
    int lcid
)

パラメーター

戻り値

型: System.Boolean
True場合は、特定のlcidの値は、サポートされている LCID。それ以外の場合、 false。

注釈

サポートされている Lcid は、 PSSupportedLanguagesを参照してください。

関連項目

参照先

PSSupportedLanguages クラス

PSSupportedLanguages メンバー

Microsoft.Office.Project.Server.Library 名前空間