Interface for the MediaState class.
| C# | Visual Basic | Visual C++ |
public interface IMediaState : IState, INotifyPropertyChanged
Public Interface IMediaState _ Implements IState, INotifyPropertyChanged
public interface class IMediaState : IState, INotifyPropertyChanged
| All Members | Properties | Events | |||
| Icon | Member | Description |
|---|---|---|
| ActionCode |
Gets or sets the action code.
(Inherited from IState.) | |
| DndStatus |
Gets or sets the DND (Do Not Disturb) status.
| |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) | |
| State |
Gets or sets the state.
(Inherited from IState.) | |
| StateDuration |
Gets the duration of the state.
(Inherited from IState.) |