C# Class Windows.Foundation.Collections.PropertySet

Inheritance: IPropertySet
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

First() public méthode

public First ( ) : object>>.IIterator
Résultat object>>.IIterator

GetView() public méthode

public GetView ( ) : object>.IMapView
Résultat object>.IMapView

HasKey() public méthode

public HasKey ( string key ) : bool
key string
Résultat bool

Insert() public méthode

public Insert ( string key, object value ) : bool
key string
value object
Résultat bool

Lookup() public méthode

public Lookup ( string key ) : object
key string
Résultat object

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void