Partager via


ProtectedOperation.IsSupersetOf(ProtectedOperation) Méthode

Définition

Obtient une valeur indiquant si ce , s’il ProtectedOperationest accordé, implique qu’un autre ProtectedOperation doit également être considéré comme accordé.

public:
 virtual bool IsSupersetOf(Microsoft::ServiceHub::Framework::Services::ProtectedOperation ^ other);
public virtual bool IsSupersetOf (Microsoft.ServiceHub.Framework.Services.ProtectedOperation other);
abstract member IsSupersetOf : Microsoft.ServiceHub.Framework.Services.ProtectedOperation -> bool
override this.IsSupersetOf : Microsoft.ServiceHub.Framework.Services.ProtectedOperation -> bool
Public Overridable Function IsSupersetOf (other As ProtectedOperation) As Boolean

Paramètres

other
ProtectedOperation

L’autre opération, qui peut être un sous-ensemble de celle-ci.

Retours

truesi cette instance est un sur-ensemble de l’autre ; false sinon.

Remarques

Dans l’implémentation de base, un sur-ensemble est considéré comme vrai si est OperationMoniker égal et RequiredTrustLevel est égal ou supérieur.

S’applique à