RemoteSystem.Kind 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定遠端系統的裝置類型的 String 表示。
public:
property Platform::String ^ Kind { Platform::String ^ get(); };
winrt::hstring Kind();
public string Kind { get; }
var string = remoteSystem.kind;
Public ReadOnly Property Kind As String
屬性值
遠端系統的裝置類型。
Windows 需求
應用程式功能 |
remoteSystem
|
備註
此屬性不應該用來做出連線裝置的相關功能或體驗決策。 相反地,應該使用 GetCapabilitySupportedAsync 方法檢查裝置功能。 Kind屬性旨在為開發人員提供所連線裝置類型的相關資訊,讓他們可以在 UI 中顯示此資訊。