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
이 instance 다른 false
instance 상위 집합이면 이고, 그렇지 않으면 입니다.
설명
기본 구현에서 상위 집합은 가 같고 RequiredTrustLevel 값이 같거나 더 큰 경우 OperationMoniker true로 간주됩니다.