Aracılığıyla paylaş


IUserDefinedTool.Exec Yöntem

Bu API, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Microsoft yalnızca iç kullanım.

Ad alanı:  Microsoft.VisualStudio.VCProjectEngine
Derleme:  Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll içinde)

Sözdizimi

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

Parametreler

  • bstrProjectDirectory
    Tür: System.String
    Dize içeren proje dizinine

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IUserDefinedTool Arabirim

Microsoft.VisualStudio.VCProjectEngine Ad Alanı