'Declaration Public Shared Function IsWarningDisabled( _ ByVal warningDisableRegistryKey As String _ ) As Boolean
public static bool IsWarningDisabled( string warningDisableRegistryKey )
Parameters
- warningDisableRegistryKey
- The registry key identifying warnings of the kind to test.
Return Value
true if specified warnings are disabled, false otherwise.