| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property CurrentState As PlayState | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PlayStateEventArgs Dim value As PlayState value = instance.CurrentState | |
| C# | |
|---|---|
public PlayState CurrentState {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property PlayState get_CurrentState(); | |
Property Value
A PlayState value that represents the current play state.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code