DkmNativeCppReferenceType.IsRValueReference Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu tür bir r-değer başvurusunu temsil ediyorsa true. Bu tür bir l-değer başvurusunu temsil ediyorsa false.
Bu API, Visual Studio 14 güncelleştirme 2 ' de (DkmApiVersion. VS14Update2) tanıtılmıştır.
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