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
声明
Sub Exec ( _
bstrProjectDirectory As String, _
pErrCtxt As ISimpleErrorContext _
)
用法
Dim instance As IUserDefinedTool
Dim bstrProjectDirectory As String
Dim pErrCtxt As ISimpleErrorContext
instance.Exec(bstrProjectDirectory, pErrCtxt)
void Exec(
string bstrProjectDirectory,
ISimpleErrorContext pErrCtxt
)
void Exec(
[InAttribute] String^ bstrProjectDirectory,
[InAttribute] ISimpleErrorContext^ pErrCtxt
)
function Exec(
bstrProjectDirectory : String,
pErrCtxt : ISimpleErrorContext
)
Parameters
bstrProjectDirectory
Type: System.String
pErrCtxt
Type: Microsoft.VisualStudio.VCProjectEngine.ISimpleErrorContext
Permissions
- 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.