Audio.Volume

Volume プロパティ

オーディオ ストリームの音量。

定義

Visual Basic Public Property Volume As Integer
C# public int Volume { get; set; }
Managed C++ public: __property int get_Volume();
public: __property void set_Volume(int);
JScript public function get Volume() : int
public function set Volume(int);

プロパティ値

System.Int32.

これは読み取り/書き込み可能プロパティである。 

対象

Audio

© 2002 Microsoft Corporation. All rights reserved. Terms of use.