SettableAction, constructeur
Espace de noms : Microsoft.TeamFoundation.Controls.WinForms
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
action As ActionDefinition, _
securityNamespace As SecurityNamespace, _
token As String, _
accessControlEntry As AccessControlEntry, _
canEdit As Boolean _
)
public SettableAction(
ActionDefinition action,
SecurityNamespace securityNamespace,
string token,
AccessControlEntry accessControlEntry,
bool canEdit
)
Paramètres
- securityNamespace
Type : Microsoft.TeamFoundation.Framework.Client.SecurityNamespace
- token
Type : System.String
- accessControlEntry
Type : Microsoft.TeamFoundation.Framework.Client.AccessControlEntry
- canEdit
Type : System.Boolean
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.