MasterKeySet.GetRegionSet(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.
Obtient le jeu de régions identifié par un identificateur de jeu de régions donné.
public Microsoft.Media.Drm.RegionSet GetRegionSet (int regionSetId);
member this.GetRegionSet : int -> Microsoft.Media.Drm.RegionSet
Public Function GetRegionSet (regionSetId As Integer) As RegionSet
Paramètres
- regionSetId
- Int32
Identificateur de l’ensemble de régions qui identifie la région à récupérer.
Retours
RegionSet identifié par le spécifié regionSetId
ou null si aucun jeu de régions n’est identifié par regionSetId
.
Exceptions
Levée si regionSetId
est inférieur à zéro ou supérieur à MaxValue.