共用方式為


ProtectedOperation.IsSupersetOf(ProtectedOperation) 方法

定義

取得值,指出是否授與這個 ProtectedOperation,表示也應該將另一個 ProtectedOperation 視為被授與。

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

參數

other
ProtectedOperation

另一個作業,可能是這個作業的子集。

傳回

true 如果這個實例是另一個實例的超集,則為 ; false 否則。

備註

在基底實作中,如果 OperationMoniker 相等且等於或 RequiredTrustLevel 大於值,則會將超集視為 true。

適用於