ProtectedOperation.IsSupersetOf(ProtectedOperation) 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 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
true
si 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.