Costruttore SecurityChangedNotification (Guid, List<String>, Boolean)
Costruttore per creare un SecurityChangeNotification per la chiamata di RemoveAccessControlLists.
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
namespaceId As Guid, _
tokens As List(Of String), _
recurse As Boolean _
)
public SecurityChangedNotification(
Guid namespaceId,
List<string> tokens,
bool recurse
)
Parametri
- namespaceId
Tipo: System.Guid
- tokens
Tipo: System.Collections.Generic.List<String>
- recurse
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
SecurityChangedNotification Classe