MapControlTransitFeatureRightTappedEventArgs.DisplayName 属性

定义

获取传输功能的名称。

注意

此 API 并非适用于所有 Windows 应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对此 API 的调用将在运行时失败。 有关此 API 和 Windows.Services.Maps.LocalSearch 命名空间的详细信息,请与 Microsoft 客户团队代表联系。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = mapControlTransitFeatureRightTappedEventArgs.displayName;
Public ReadOnly Property DisplayName As String

属性值

String

Platform::String

winrt::hstring

传输功能的名称。

适用于