BitmapImage.BaseUri 属性

定义

获取或设置一个值,该值表示当前Uri上下文的基BitmapImage数。

public:
 property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
public Uri BaseUri { get; set; }
member this.BaseUri : Uri with get, set
Public Property BaseUri As Uri

属性值

Uri

当前上下文的基 Uri 数。

实现

适用于

另请参阅