Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Espacio de nombres: Microsoft.TeamFoundation.Framework.Common
Ensamblado: Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)
Sintaxis
'Declaración
Public Shared Sub MergePermissions ( _
existingAllow As Integer, _
existingDeny As Integer, _
newAllow As Integer, _
newDeny As Integer, _
remove As Integer, _
<OutAttribute> ByRef updatedAllow As Integer, _
<OutAttribute> ByRef updatedDeny As Integer _
)
public static void MergePermissions(
int existingAllow,
int existingDeny,
int newAllow,
int newDeny,
int remove,
out int updatedAllow,
out int updatedDeny
)
Parámetros
- existingAllow
Tipo: System.Int32
- existingDeny
Tipo: System.Int32
- newAllow
Tipo: System.Int32
- newDeny
Tipo: System.Int32
- remove
Tipo: System.Int32
- updatedAllow
Tipo: System.Int32%
- updatedDeny
Tipo: System.Int32%
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)