共用方式為


WebUILaunchActivatedEventArgs.TileId 屬性

定義

取得叫用以啟動應用程式的來源識別碼。

public:
 property Platform::String ^ TileId { Platform::String ^ get(); };
winrt::hstring TileId();
public string TileId { get; }
var string = webUILaunchActivatedEventArgs.tileId;
Public ReadOnly Property TileId As String

屬性值

String

Platform::String

winrt::hstring

圖格的識別碼。

實作

備註

例如,如果使用者觸碰磚以啟動應用程式,則透過此屬性擷取的來源識別碼是磚的識別碼。 應用程式主要磚的識別碼與其 AppUserModelId 相同。 次要磚具有在建立時所指定的識別碼。 大部分的其他 UI 元素都會將來源識別碼設定為應用程式的 AppuserModelId。

適用於