DnssdServiceWatcher.Status 속성

정의

DnssdServiceWatcherStatus의 현재 상태 가져옵니다.

참고

DnssdServiceWatcher는 지원되지 않으며 나중에 변경되거나 사용할 수 없습니다. 대신 Windows.Devices.Enumeration API를 사용합니다.

public:
 property DnssdServiceWatcherStatus Status { DnssdServiceWatcherStatus get(); };
DnssdServiceWatcherStatus Status();
public DnssdServiceWatcherStatus Status { get; }
var dnssdServiceWatcherStatus = dnssdServiceWatcher.status;
Public ReadOnly Property Status As DnssdServiceWatcherStatus

속성 값

감시자의 현재 상태 설명하는 값입니다.

적용 대상