StoreVideo.Uri 属性

定义

获取视频的 URI。

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

属性值

视频的 URI。

适用于