ISecurityChangedEventHandler.SetInheritFlag, méthode
Autorise l'implémenteur à la substitution, bloc ou écoute les appels de SetInheritFlag.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Function SetInheritFlag ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
token As String, _
inherit As Boolean _
) As Boolean
bool SetInheritFlag(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
string token,
bool inherit
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Le contexte de la requête associé à cet appel.
- notificationType
Type : Microsoft.TeamFoundation.Framework.Server.NotificationType
Type de notification s'il s'agit.
- token
Type : System.String
Le jeton pour définir l'indicateur activé.
- inherit
Type : System.Boolean
True si le jeton hérite des autorisations de son parent.
Valeur de retour
Type : System.Boolean
True si l'opération continue dans l'espace de noms de sécurité cette notification provient options.
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.