Freigeben über


ExtendedRight.AddExtendedRestriction(ExtendedRestriction) Method

Definition

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.

Applies to