共用方式為


MuteChangeRequestedEventArgs.Mute 屬性

定義

取得值,這個值表示是否要求靜音或取消靜音。

public:
 property bool Mute { bool get(); };
bool Mute();
public bool Mute { get; }
var boolean = muteChangeRequestedEventArgs.mute;
Public ReadOnly Property Mute As Boolean

屬性值

Boolean

bool

如果要求靜音,則為 True;否則為 false。

適用於

另請參閱