C# 클래스 IoTCoreDefaultApp.BluetoothDeviceInformationDisplay

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: MicrosoftEdge/WebOnPi 1 사용 예제들

공개 메소드들

메소드 설명
BluetoothDeviceInformationDisplay ( DeviceInformation deviceInfoIn ) : System
Update ( DeviceInformationUpdate deviceInfoUpdate ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

비공개 메소드들

메소드 설명
GetResourceString ( string resourceName ) : string

Return the named resource string

UpdateGlyphBitmapImage ( ) : void

메소드 상세

BluetoothDeviceInformationDisplay() 공개 메소드

public BluetoothDeviceInformationDisplay ( DeviceInformation deviceInfoIn ) : System
deviceInfoIn Windows.Devices.Enumeration.DeviceInformation
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string name ) : void
name string
리턴 void

Update() 공개 메소드

public Update ( DeviceInformationUpdate deviceInfoUpdate ) : void
deviceInfoUpdate Windows.Devices.Enumeration.DeviceInformationUpdate
리턴 void