Freigeben über


UtilityClass.MessageBeep Method

Produces the specified beep tone on the operating system speakers.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim sound As BeepType

UtilityClass.MessageBeep(sound)

Syntax

'Declaration
Public Shared Sub MessageBeep ( _
    sound As BeepType _
)
public static void MessageBeep (
    BeepType sound
)
public:
static void MessageBeep (
    BeepType sound
)
public static void MessageBeep (
    BeepType sound
)
public static function MessageBeep (
    sound : BeepType
)

Parameters

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

UtilityClass Class
UtilityClass Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
UtilityClass.BeepType