[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Retrieves a flag indicating that this line information describes the beginning of a statement, rather than an expression, in the program source.
HRESULT get_statement (
BOOL* pRetVal
);
Parameters
- pRetVal
[out] Returns TRUE if this line information describes the beginning of a statement in the program source.
Return Value
If successful, returns S_OK. Returns S_FALSE if this property is not supported. Otherwise, returns an error code.
Remarks
Statements can span multiple lines. This method indicates if the associated line number marks the beginning of such a multi-line statement.