C# 클래스 Windows.Foundation.Collections.PropertySet

상속: IPropertySet
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
First ( ) : object>>.IIterator
GetView ( ) : object>.IMapView
HasKey ( string key ) : bool
Insert ( string key, object value ) : bool
Lookup ( string key ) : object
Remove ( string key ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

First() 공개 메소드

public First ( ) : object>>.IIterator
리턴 object>>.IIterator

GetView() 공개 메소드

public GetView ( ) : object>.IMapView
리턴 object>.IMapView

HasKey() 공개 메소드

public HasKey ( string key ) : bool
key string
리턴 bool

Insert() 공개 메소드

public Insert ( string key, object value ) : bool
key string
value object
리턴 bool

Lookup() 공개 메소드

public Lookup ( string key ) : object
key string
리턴 object

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void