ResourceCollection.Uri 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取统一资源标识符 (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) 。