RegionRestrictedSet.DisallowRegion(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a region that is blacked out.
public void DisallowRegion (int regionNumber);
member this.DisallowRegion : int -> unit
Public Sub DisallowRegion (regionNumber As Integer)
Parameters
- regionNumber
- Int32
The region number to be blacked out.
Exceptions
Thrown if regionNumber
is already disallowed.