Compartilhar via


DkmNativeCppReferenceType.IsRValueReference Property

Definition

True if this type represents an r-value reference. False if this type represents an l-value reference.

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

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

Property Value

Applies to