ResourceDictionary.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定統一資源識別項 (URI) ,以提供合併資源字典的來源位置。
public:
property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
Uri Source();
void Source(Uri value);
public System.Uri Source { get; set; }
var uri = resourceDictionary.source;
resourceDictionary.source = uri;
Public Property Source As Uri
<ResourceDictionary Source="uri"/>
屬性值
統一資源識別項 (URI) ,提供合併資源字典的來源位置。 這通常是參考應用程式內 XAML 資源的路徑,或參考鬆散的 XAML 檔案。