Interaction.Beep 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過電腦的喇叭發出聲音。
public:
static void Beep();
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static void Beep ();
public static void Beep ();
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member Beep : unit -> unit
static member Beep : unit -> unit
Public Sub Beep ()
- 屬性
範例
此範例會使用函 Beep
式透過電腦的喇叭來音效。
' Sound a tone.
Beep()
備註
擷取音調和持續時間取決於您的硬體與系統軟體,因此會因計算機而異。
注意
函Beep
式需要UIPermission
SafeTopLevelWindows層級,這可能會在部分信任的情況下影響其執行。 如需詳細資訊,請參閱UIPermission。