'宣言 Public Shared Function IsWarningDisabled( _ ByVal warningDisableRegistryKey As System.String _ ) As System.Boolean
'使用法 Dim warningDisableRegistryKey As System.String Dim value As System.Boolean value = WarningForm.IsWarningDisabled(warningDisableRegistryKey)
public static System.bool IsWarningDisabled( System.string warningDisableRegistryKey )
パラメータ
- warningDisableRegistryKey
- The registry key identifying warnings of the kind to test.
戻り値の型
true if specified warnings are disabled, false otherwise.