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

实现

适用于

另请参阅