Gets a value indicating whether this
AnnAudioObject object can play its WAV file.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property CanPlay As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAudioObject
Dim value As Boolean
value = instance.CanPlay
|
C# | |
---|
public virtual bool CanPlay {get;} |
C++/CLI | |
---|
public:
virtual property bool CanPlay {
bool get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
true if this
AnnAudioObject can play its WAV file; false otherwise.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also