ProtectedOperation.IsSupersetOf(ProtectedOperation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否授與這個 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。