共用方式為


SoundPlayerAction.Source 屬性

定義

取得或設定音訊來源位置。

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

屬性值

Uri

音訊來源位置。

備註

相對和絕對套件統一資源識別項 (URI) 可用來識別屬於下列類型的音訊檔案:

  • 資源檔:具有 建置動作的 Resource 檔案。

  • 內容檔:具有 建置動作的 Content 檔案。

  • 來源檔案網站:具有 建置動作的 None 檔案。

如需套件 URI 的詳細資訊,請參閱 WPF 中的套件 URI。 如需有關來源檔案資源、內容和網站的詳細資訊,請參閱 WPF 應用程式資源、內容和資料檔案

Source.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

相依性屬性資訊

識別碼欄位 Source
設定為 的中繼資料屬性 true

適用於