Méthode | Description | |
---|---|---|
Add ( IRegion region ) : void | ||
ContainsRegionWithName ( string regionName ) : bool | ||
GetEnumerator ( ) : IEnumerator |
||
RegionCollection ( IRegionManager regionManager ) : System | ||
Remove ( string regionName ) : bool | ||
this ( string regionName ) : IRegion |
Méthode | Description | |
---|---|---|
GetRegionByName ( string regionName ) : IRegion | ||
IEnumerable ( ) : IEnumerator | ||
OnCollectionChanged ( NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void |
public ContainsRegionWithName ( string regionName ) : bool | ||
regionName | string | |
Résultat | bool |
public RegionCollection ( IRegionManager regionManager ) : System | ||
regionManager | IRegionManager | |
Résultat | System |
public this ( string regionName ) : IRegion | ||
regionName | string | |
Résultat | IRegion |