Partilhar via


Método IUserDefinedTool.Exec

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
Sub Exec ( _
    bstrProjectDirectory As String, _
    pErrCtxt As ISimpleErrorContext _
)
void Exec(
    string bstrProjectDirectory,
    ISimpleErrorContext pErrCtxt
)
void Exec(
    [InAttribute] String^ bstrProjectDirectory, 
    [InAttribute] ISimpleErrorContext^ pErrCtxt
)
abstract Exec : 
        bstrProjectDirectory:string * 
        pErrCtxt:ISimpleErrorContext -> unit 
function Exec(
    bstrProjectDirectory : String, 
    pErrCtxt : ISimpleErrorContext
)

Parâmetros

  • bstrProjectDirectory
    Tipo: System.String
    String contendo diretório do projeto

Segurança do .NET Framework

Consulte também

Referência

IUserDefinedTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine