IDebugExpressionContext.ParseLanguageText 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.
public:
int ParseLanguageText(System::String ^ pstrCode, System::UInt32 nRadix, System::String ^ pstrDelimiter, System::UInt32 dwFlags, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugExpression ^ % ppe);
public int ParseLanguageText(string pstrCode, uint nRadix, string pstrDelimiter, uint dwFlags, out Microsoft.VisualStudio.Debugger.Interop.IDebugExpression ppe);
abstract member ParseLanguageText : string * uint32 * string * uint32 * IDebugExpression -> int
Public Function ParseLanguageText (pstrCode As String, nRadix As UInteger, pstrDelimiter As String, dwFlags As UInteger, ByRef ppe As IDebugExpression) As Integer
Parameters
- pstrCode
- String
- nRadix
- UInt32
- pstrDelimiter
- String
- dwFlags
- UInt32
- ppe
- IDebugExpression