PARSEFLAGSPARSEFLAGS
식을 구문 분석 하는 방법을 지정 합니다.Specifies how to parse an expression.
구문Syntax
enum enum_PARSEFLAGS {
PARSE_EXPRESSION = 0x0001,
PARSE_FUNCTION_AS_ADDRESS = 0x0002,
PARSE_DESIGN_TIME_EXPR_EVAL = 0x1000
};
typedef DWORD PARSEFLAGS;
public enum enum_PARSEFLAGS {
PARSE_EXPRESSION = 0x0001,
PARSE_FUNCTION_AS_ADDRESS = 0x0002,
PARSE_DESIGN_TIME_EXPR_EVAL = 0x1000
};
필드Fields
PARSE_EXPRESSION
식이 문이 아님을 나타냅니다.Indicates that the expression is not a statement.
PARSE_FUNCTION_AS_ADDRESS
식을 주소로 구문 분석 하 고 나중에 계산 하도록 지정 합니다.Indicates that the expression is to be parsed (and later evaluated) as an address.
PARSE_DESIGN_TIME_EXPR_EVAL
디자인 타임 중에 식이 구문 분석 되 고 있음을 나타냅니다 (즉, 디자이너가 열려 있는 경우).Indicates that the expression is being parsed during design time (that is, when a designer is open).
설명Remarks
ParseText 및 Parse 메서드에 매개 변수로 전달 됩니다.Passed as a parameter to the ParseText and Parse methods.
요구 사항Requirements
헤더: msdbg .hHeader: msdbg.h
네임 스페이스: VisualStudioNamespace: Microsoft.VisualStudio.Debugger.Interop
어셈블리: Microsoft.VisualStudio.Debugger.Interop.dllAssembly: Microsoft.VisualStudio.Debugger.Interop.dll