AppInstance.Key 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
当前实例的应用定义的密钥。
适用于