IDebugExpressionContext2.ParseText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ParseText(String, enum_PARSEFLAGS, UInt32, IDebugExpression2, String, UInt32) | |
| ParseText(String, UInt32, UInt32, IDebugExpression2, String, UInt32) |
ParseText(String, enum_PARSEFLAGS, UInt32, IDebugExpression2, String, UInt32)
public:
int ParseText(System::String ^ pszCode, Microsoft::VisualStudio::Debugger::Interop::enum_PARSEFLAGS dwFlags, System::UInt32 nRadix, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugExpression2 ^ % ppExpr, [Runtime::InteropServices::Out] System::String ^ % pbstrError, [Runtime::InteropServices::Out] System::UInt32 % pichError);
public int ParseText(string pszCode, Microsoft.VisualStudio.Debugger.Interop.enum_PARSEFLAGS dwFlags, uint nRadix, out Microsoft.VisualStudio.Debugger.Interop.IDebugExpression2 ppExpr, out string pbstrError, out uint pichError);
abstract member ParseText : string * Microsoft.VisualStudio.Debugger.Interop.enum_PARSEFLAGS * uint32 * IDebugExpression2 * string * uint32 -> int
Public Function ParseText (pszCode As String, dwFlags As enum_PARSEFLAGS, nRadix As UInteger, ByRef ppExpr As IDebugExpression2, ByRef pbstrError As String, ByRef pichError As UInteger) As Integer
Parameters
- pszCode
- String
- dwFlags
- enum_PARSEFLAGS
- nRadix
- UInt32
- ppExpr
- IDebugExpression2
- pbstrError
- String
- pichError
- UInt32
Returns
Applies to
ParseText(String, UInt32, UInt32, IDebugExpression2, String, UInt32)
public:
int ParseText(System::String ^ pszCode, System::UInt32 dwFlags, System::UInt32 nRadix, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugExpression2 ^ % ppExpr, [Runtime::InteropServices::Out] System::String ^ % pbstrError, [Runtime::InteropServices::Out] System::UInt32 % pichError);
public int ParseText(string pszCode, uint dwFlags, uint nRadix, out Microsoft.VisualStudio.Debugger.Interop.IDebugExpression2 ppExpr, out string pbstrError, out uint pichError);
abstract member ParseText : string * uint32 * uint32 * IDebugExpression2 * string * uint32 -> int
Public Function ParseText (pszCode As String, dwFlags As UInteger, nRadix As UInteger, ByRef ppExpr As IDebugExpression2, ByRef pbstrError As String, ByRef pichError As UInteger) As Integer
Parameters
- pszCode
- String
- dwFlags
- UInt32
- nRadix
- UInt32
- ppExpr
- IDebugExpression2
- pbstrError
- String
- pichError
- UInt32