ExtendedRight.AddExtendedRestriction(ExtendedRestriction) 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.
Adds an extended Restriction to a right.
public override void AddExtendedRestriction (Microsoft.Media.Drm.ExtendedRestriction restrictionToAdd);
override this.AddExtendedRestriction : Microsoft.Media.Drm.ExtendedRestriction -> unit
Public Overrides Sub AddExtendedRestriction (restrictionToAdd As ExtendedRestriction)
Parameters
- restrictionToAdd
- ExtendedRestriction
The ExtendedRestriction to be added to the right.
Exceptions
The restrictionToAdd
has the same type as this right.