Freigeben über


IUserDefinedTool.Exec-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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
)

Parameter

  • bstrProjectDirectory
    Typ: String

    Eine Zeichenfolge, die das Projektverzeichnis enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUserDefinedTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace