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: System.String
String containing project directory
- pErrCtxt
Type: Microsoft.VisualStudio.VCProjectEngine.ISimpleErrorContext
Error context
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.