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: StringEine Zeichenfolge, die das Projektverzeichnis enthält.
pErrCtxt
Typ: Microsoft.VisualStudio.VCProjectEngine.ISimpleErrorContextFehlerkontext
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.