共用方式為


IUserDefinedTool.Exec 方法

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
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
)

參數

  • bstrProjectDirectory
    類型:String

    包含專案目錄的字串

.NET Framework 安全性

請參閱

參考

IUserDefinedTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間