SvgImageSource.UriSource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置生成此 SvgImageSource 的 SVG 源文件的统一资源标识符 (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 = svgImageSource.uriSource;
svgImageSource.uriSource = uri;
Public Property UriSource As Uri
<SvgImageSource UriSource="uri" />
属性值
一个对象,描述生成此 SvgImageSource 的 SVG 源文件的统一资源标识符 (URI) 。