다음을 통해 공유


RegionRestrictedSet.DisallowRegionRange(Int32, Int32) Method

Definition

Specifies a range of regions that are blacked out.

public void DisallowRegionRange (int regionStart, int regionEnd);
member this.DisallowRegionRange : int * int -> unit
Public Sub DisallowRegionRange (regionStart As Integer, regionEnd As Integer)

Parameters

regionStart
Int32

Start of region list range.

regionEnd
Int32

End of region list range.

Exceptions

Thrown if any region in the specified range is already disallowed.

Applies to