SoundPlayerAction.Source Property

Definition

Gets or sets the audio source location.

public:
 property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
public Uri Source { get; set; }
member this.Source : Uri with get, set
Public Property Source As Uri

Property Value

Uri

The audio source location.

Remarks

Both relative and absolute pack uniform resource identifiers (URIs) can be used to identify audio files that are of the following types:

  • Resource Files: files with a build action of Resource.

  • Content Files: files with a build action of Content.

  • Site Of Origin Files: files with a build action of None.

For more information on pack URIs, see Pack URIs in WPF. For more information on resource, content, and site of origin files, see WPF Application Resource, Content, and Data Files.

Source is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Dependency Property Information

Identifier Field Source
Metadata properties set to true None

Applies to