C# Class IoTCoreDefaultApp.BluetoothDeviceInformationDisplay

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: MicrosoftEdge/WebOnPi Class Usage Examples

Méthodes publiques

Méthode Description
BluetoothDeviceInformationDisplay ( DeviceInformation deviceInfoIn ) : System
Update ( DeviceInformationUpdate deviceInfoUpdate ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
GetResourceString ( string resourceName ) : string

Return the named resource string

UpdateGlyphBitmapImage ( ) : void

Method Details

BluetoothDeviceInformationDisplay() public méthode

public BluetoothDeviceInformationDisplay ( DeviceInformation deviceInfoIn ) : System
deviceInfoIn Windows.Devices.Enumeration.DeviceInformation
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

Update() public méthode

public Update ( DeviceInformationUpdate deviceInfoUpdate ) : void
deviceInfoUpdate Windows.Devices.Enumeration.DeviceInformationUpdate
Résultat void