Freigeben über


BitmapIconSource.UriSource Eigenschaft

Definition

Ruft den Uniform Resource Identifier (URI) der Bitmap ab, die als Symbolinhalt verwendet werden soll, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.BitmapIconSource.UriSource (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

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"/>

Eigenschaftswert

Der URI der Bitmap, die als Symbolinhalt verwendet werden soll. Der Standardwert ist NULL.

Gilt für: