DkmCompiledNativeCppValueExpression.IsLValue Property

Definition

True if the expression evaluated to an l-value, that is, if the expression can be assigned to.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

public:
 property bool IsLValue { bool get(); };
public:
 property bool IsLValue { bool get(); };
public bool IsLValue { get; }
member this.IsLValue : bool
Public ReadOnly Property IsLValue As Boolean

Property Value

Applies to