BitmapIconSource.UriSource プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイコン コンテンツとして使用するビットマップの Uniform Resource Identifier (URI) を取得または設定します。
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 です。