共用方式為


MapControlTransitFeaturePointerExitedEventArgs.TransitProperties 屬性

定義

取得傳輸屬性。

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 = mapControlTransitFeaturePointerExitedEventArgs.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>

傳輸屬性。

適用於