次の方法で共有


RemoteSystemApp.DisplayName プロパティ

定義

このアプリケーションの表示に適した名前。 これは、Bluetooth 識別にデバイスで使用される名前です。 これが設定されていない場合、またはデバイスが Bluetooth をサポートしていない場合、このフィールドは空になります。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = remoteSystemApp.displayName;
Public ReadOnly Property DisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

表示名の文字列。

適用対象