C# 클래스 RIM.VSNDK_Package.qnxSplashScreens

상속: object, System.ComponentModel.INotifyPropertyChanged
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddSplashScreenImage ( string iconImage ) : void
DeleteSplashScreenImage ( string iconImage ) : void

보호된 메소드들

메소드 설명
RaisePropertyChanged ( string propertyName ) : void

메소드 상세

AddSplashScreenImage() 공개 메소드

public AddSplashScreenImage ( string iconImage ) : void
iconImage string
리턴 void

DeleteSplashScreenImage() 공개 메소드

public DeleteSplashScreenImage ( string iconImage ) : void
iconImage string
리턴 void

RaisePropertyChanged() 보호된 메소드

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
리턴 void