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

표시 이름의 문자열입니다.

적용 대상