AppInstance.Key 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式定義的字串值,這個值會識別目前的應用程式實例以供重新導向之用。
public:
property Platform::String ^ Key { Platform::String ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
winrt::hstring Key();
winrt::hstring Key();
[Windows.Foundation.Metadata.Experimental]
public string Key { [Windows.Foundation.Metadata.Experimental] get; }
public string Key { get; }
var string = appInstance.key;
Public ReadOnly Property Key As String
屬性值
應用程式定義的字串值,可識別目前應用程式實例以供重新導向之用。
- 屬性