共用方式為


BitmapIconSource.UriSource 屬性

定義

取得或設定點陣圖的統一資源識別項 (URI) 做為圖示內容。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.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

適用於