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
- pErrCtxt
Tür: Microsoft.VisualStudio.VCProjectEngine.ISimpleErrorContext
Hata içeriği
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.