次の方法で共有


IDebugExpressionCompilationContext110.CompileText Method

Definition

public:
 int CompileText(System::String ^ pszCode, System::UInt32 evalFlags, System::UInt32 nRadix, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCompiledExpression110 ^ % ppExpr, [Runtime::InteropServices::Out] System::String ^ % pbstrError, [Runtime::InteropServices::Out] System::UInt32 % pichError);
public int CompileText (string pszCode, uint evalFlags, uint nRadix, out Microsoft.VisualStudio.Debugger.Interop.IDebugCompiledExpression110 ppExpr, out string pbstrError, out uint pichError);
abstract member CompileText : string * uint32 * uint32 * IDebugCompiledExpression110 * string * uint32 -> int
Public Function CompileText (pszCode As String, evalFlags As UInteger, nRadix As UInteger, ByRef ppExpr As IDebugCompiledExpression110, ByRef pbstrError As String, ByRef pichError As UInteger) As Integer

Parameters

pszCode
String
evalFlags
UInt32
nRadix
UInt32
pbstrError
String
pichError
UInt32

Returns

Applies to