SecurityManager.CheckPermission, méthode (TeamFoundationRequestContext, IEnumerable<DiscussionThread>, Dictionary<Int32, Boolean>, Boolean, String, String)
Espace de noms : Microsoft.TeamFoundation.Discussion.Server
Assembly : Microsoft.TeamFoundation.Discussion.Server (dans Microsoft.TeamFoundation.Discussion.Server.dll)
Syntaxe
'Déclaration
Public Shared Sub CheckPermission ( _
requestContext As TeamFoundationRequestContext, _
discussions As IEnumerable(Of DiscussionThread), _
discussionsChecked As Dictionary(Of Integer, Boolean), _
throwOnAccessDenied As Boolean, _
shelvesetName As String, _
shelvesetOwner As String _
)
public static void CheckPermission(
TeamFoundationRequestContext requestContext,
IEnumerable<DiscussionThread> discussions,
Dictionary<int, bool> discussionsChecked,
bool throwOnAccessDenied,
string shelvesetName,
string shelvesetOwner
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- discussions
Type : System.Collections.Generic.IEnumerable<DiscussionThread>
- discussionsChecked
Type : System.Collections.Generic.Dictionary<Int32, Boolean>
- throwOnAccessDenied
Type : System.Boolean
- shelvesetName
Type : System.String
- shelvesetOwner
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.