RemoteSystem.Kind プロパティ

定義

指定されたリモート システムのデバイスの種類の文字列表現を取得します。

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 にこの情報を表示できるように、接続されているデバイスの種類に関する情報を開発者に提供するためのものです。

適用対象