次の方法で共有


MapControlTransitFeatureClickEventArgs.TransitProperties プロパティ

定義

トランジット機能のプロパティ バッグを取得します。

注意

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。 この API と Windows.Services.Maps.LocalSearch 名前空間の詳細については、Microsoft アカウント チームの担当者にお問い合わせください。

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ TransitProperties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> TransitProperties();
public IReadOnlyDictionary<string,object> TransitProperties { get; }
var iMapView = mapControlTransitFeatureClickEventArgs.transitProperties;
Public ReadOnly Property TransitProperties As IReadOnlyDictionary(Of String, Object)

プロパティ値

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

トランジット機能のプロパティ バッグ。

適用対象