Share via


ConfigurationHelper.ChangeServiceConfig (Método)

Esta API no es conforme a CLS. 

Espacio de nombres:  Microsoft.TeamFoundation.Build.Common
Ensamblado:  Microsoft.TeamFoundation.Build.Common (en Microsoft.TeamFoundation.Build.Common.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
Public Shared Function ChangeServiceConfig ( _
    handle As SafeHandle, _
    type As UInteger, _
    startType As UInteger, _
    errorControl As UInteger, _
    binaryPathName As String, _
    loadOrderGroup As String, _
    tagId As String, _
    dependencies As String, _
    accountName As String, _
    password As String, _
    displayName As String _
) As Integer
[CLSCompliantAttribute(false)]
public static int ChangeServiceConfig(
    SafeHandle handle,
    uint type,
    uint startType,
    uint errorControl,
    string binaryPathName,
    string loadOrderGroup,
    string tagId,
    string dependencies,
    string accountName,
    string password,
    string displayName
)

Parámetros

Valor devuelto

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ConfigurationHelper Clase

Microsoft.TeamFoundation.Build.Common (Espacio de nombres)