IUserDefinedTool.Exec Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
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
)

Parameters

  • bstrProjectDirectory
    Type: String

    String containing project directory

.NET Framework Security

See Also

Reference

IUserDefinedTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace