共用方式為


RemoteSystem.Kind 屬性

定義

取得指定遠端系統的裝置類型的 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

屬性值

String

Platform::String

winrt::hstring

遠端系統的裝置類型。

Windows 需求

應用程式功能
remoteSystem

備註

此屬性不應該用來做出連線裝置的相關功能或體驗決策。 相反地,應該使用 GetCapabilitySupportedAsync 方法檢查裝置功能。 Kind屬性旨在為開發人員提供所連線裝置類型的相關資訊,讓他們可以在 UI 中顯示此資訊。

適用於