RegionRestrictedSet.DisallowRegionRange(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie une plage de régions qui sont noircurées.
public void DisallowRegionRange (int regionStart, int regionEnd);
member this.DisallowRegionRange : int * int -> unit
Public Sub DisallowRegionRange (regionStart As Integer, regionEnd As Integer)
Paramètres
- regionStart
- Int32
Début de la plage de liste de régions.
- regionEnd
- Int32
Fin de la plage de liste de régions.
Exceptions
Levée si une région de la plage spécifiée est déjà interdite.