INotificationFilter.RemoveRestrictedContent 메서드
RemoveRestrictedContent는 사용자가 콘텐츠를 볼 수 없는 권한이 없습니다 제공 되지 않습니다 있는지 확인 하려면 필터에 의해 사용 됩니다.
네임스페이스: Microsoft.TeamFoundation.Server.Core
어셈블리: Microsoft.TeamFoundation.Server.Core(Microsoft.TeamFoundation.Server.Core.dll)
구문
‘선언
Sub RemoveRestrictedContent ( _
requestContext As TeamFoundationRequestContext, _
source As String, _
userIdentities As TeamFoundationIdentity(), _
eventCopy As XmlDocument, _
<OutAttribute> ByRef restrictions As Restriction() _
)
void RemoveRestrictedContent(
TeamFoundationRequestContext requestContext,
string source,
TeamFoundationIdentity[] userIdentities,
XmlDocument eventCopy,
out Restriction[] restrictions
)
매개 변수
- requestContext
형식: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- source
형식: System.String
- userIdentities
형식: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
- eventCopy
형식: System.Xml.XmlDocument
- restrictions
형식: array<Microsoft.TeamFoundation.Server.Core.Restriction[]%
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.