BitmapIconSource.UriSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定點陣圖的統一資源識別項 (URI) 做為圖示內容。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.BitmapIconSource.UriSource (在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。
public:
property Uri ^ UriSource { Uri ^ get(); void set(Uri ^ value); };
Uri UriSource();
void UriSource(Uri value);
public System.Uri UriSource { get; set; }
var uri = bitmapIconSource.uriSource;
bitmapIconSource.uriSource = uri;
Public Property UriSource As Uri
<BitmapIconSource UriSource="uriString"/>
屬性值
要作為圖示內容的點陣圖 URI 。 預設值為 null。