AppInstance.Key 屬性

定義

目前實例的索引鍵。

public:
 property Platform::String ^ Key { Platform::String ^ get(); };
winrt::hstring Key();
public string Key { get; }
var string = appInstance.key;
Public ReadOnly Property Key As String

屬性值

String

Platform::String

winrt::hstring

目前實例的應用程式定義索引鍵。

適用於