C# 클래스 RIM.VSNDK_Package.qnxIcon

상속: object, System.ComponentModel.INotifyPropertyChanged
파일 보기 프로젝트 열기: blackberry/VSPlugin

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddIconImage ( string iconImage ) : void
DeleteIconImage ( string iconImage ) : void

보호된 메소드들

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

메소드 상세

AddIconImage() 공개 메소드

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

DeleteIconImage() 공개 메소드

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

RaisePropertyChanged() 보호된 메소드

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