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
)
パラメーター
lcid
型: System.Int32指定された LCID の値。
戻り値
型: System.Boolean
True場合は、特定のlcidの値は、サポートされている LCID。それ以外の場合、 false。
注釈
サポートされている Lcid は、 PSSupportedLanguagesを参照してください。