다음을 통해 공유


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이 instance 다른 false instance 상위 집합이면 이고, 그렇지 않으면 입니다.

설명

기본 구현에서 상위 집합은 가 같고 RequiredTrustLevel 값이 같거나 더 큰 경우 OperationMoniker true로 간주됩니다.

적용 대상