C# Class IoTCoreDefaultApp.BluetoothDeviceInformationDisplay

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: MicrosoftEdge/WebOnPi Class Usage Examples

Public Methods

Method Description
BluetoothDeviceInformationDisplay ( DeviceInformation deviceInfoIn ) : System
Update ( DeviceInformationUpdate deviceInfoUpdate ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
GetResourceString ( string resourceName ) : string

Return the named resource string

UpdateGlyphBitmapImage ( ) : void

Method Details

BluetoothDeviceInformationDisplay() public method

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

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

Update() public method

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