共用方式為


LocalMapTileDataSource.UriFormatString 屬性

定義

取得或設定從本機來源擷取磚的 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 = localMapTileDataSource.uriFormatString;
localMapTileDataSource.uriFormatString = string;
Public Property UriFormatString As String

屬性值

String

Platform::String

winrt::hstring

從本機來源擷取磚的 URI 格式。

適用於

另請參閱