Share via


Metodo CommandLine.RunExtendedCommand

Spazio dei nomi:  Microsoft.TeamFoundation.Client.CommandLine
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Sintassi

'Dichiarazione
Protected Overridable Function RunExtendedCommand ( _
    args As String(), _
    fullCommandLine As String, _
    parameters As String(), _
    fileName As String _
) As Boolean
protected virtual bool RunExtendedCommand(
    string[] args,
    string fullCommandLine,
    string[] parameters,
    string fileName
)

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommandLine Classe

Spazio dei nomi Microsoft.TeamFoundation.Client.CommandLine