Partager via


ConfigurationHelper.ChangeServiceConfig, méthode

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.TeamFoundation.Build.Common
Assembly :  Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

Valeur de retour

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

ConfigurationHelper Classe

Microsoft.TeamFoundation.Build.Common, espace de noms