'宣言 Public Shared Function GetThemeByName( _ ByVal themeName As System.String, _ ByVal throwException As System.Boolean _ ) As C1Theme
public static C1Theme GetThemeByName( System.string themeName, System.bool throwException )
パラメータ
- themeName
- 取得するテーマの名前。
- throwException
- 指定されたテーマが見つからない場合に、例外が生成されるかどうかを示します。
戻り値の型
指定された名前を持つテーマ。一致するテーマが見つからず、 throwExceptionが false の場合は null。