C# Class RIM.VSNDK_Package.qnxSplashScreens

Inheritance: object, System.ComponentModel.INotifyPropertyChanged
Show file Open project: blackberry/VSPlugin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddSplashScreenImage ( string iconImage ) : void
DeleteSplashScreenImage ( string iconImage ) : void

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

Method Details

AddSplashScreenImage() public method

public AddSplashScreenImage ( string iconImage ) : void
iconImage string
return void

DeleteSplashScreenImage() public method

public DeleteSplashScreenImage ( string iconImage ) : void
iconImage string
return void

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
return void