共用方式為


HttpMapTileDataSource.UriFormatString 屬性

定義

取得或設定從 HTTP 來源擷取磚的 URI 格式。

public:
 property Platform::String ^ UriFormatString { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UriFormatString();

void UriFormatString(winrt::hstring value);
public string UriFormatString { get; set; }
var string = httpMapTileDataSource.uriFormatString;
httpMapTileDataSource.uriFormatString = string;
Public Property UriFormatString As String

屬性值

String

Platform::String

winrt::hstring

從 HTTP 來源擷取磚的 URI 格式。

備註

UriFormat 屬性接受下列不區分大小寫的取代字串:

提示

如果您必須提供這些引數不足的自訂 URI,例如,如果您必須提供 {subdomain} 進行負載平衡,請在 UriRequested 事件的自訂處理常式中建立自訂 URI。 如需詳細資訊,請參閱 在地圖上重迭並排影像

適用於

另請參閱