ResourceCollection.Uri 属性

定义

获取统一资源标识符 (URI) 表示 app:collection 元素的 href 属性。 这是绝对统一资源标识符 (URI) 存在时针对 xml:base 属性解析的 URI。 如果 href 属性是相对统一资源标识符 (URI) 字符串,并且没有 xml:base 属性,则此属性将为 Null。

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = resourceCollection.uri;
Public ReadOnly Property Uri As Uri

属性值

统一资源标识符 (资源集合的 URI) 。

适用于