次の方法で共有


MapTileUriRequest.Uri プロパティ

定義

要求の URI を取得します。

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();

void Uri(Uri value);
public System.Uri Uri { get; set; }
var uri = mapTileUriRequest.uri;
mapTileUriRequest.uri = uri;
Public Property Uri As Uri

プロパティ値

要求の URI。

適用対象

こちらもご覧ください