MasterKeySet.GetRegionSet(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定區域集識別碼所識別的區域集。
public Microsoft.Media.Drm.RegionSet GetRegionSet (int regionSetId);
member this.GetRegionSet : int -> Microsoft.Media.Drm.RegionSet
Public Function GetRegionSet (regionSetId As Integer) As RegionSet
參數
- regionSetId
- Int32
識別要擷取之區域的區域集識別碼。
傳回
RegionSet如果未識別任何區域集,則由指定的 regionSetId
或 null 識別 regionSetId
的 。
例外狀況
如果 regionSetId
小於零或大於 MaxValue ,則會擲回 。