Condividi tramite


DkmNativeCppType.GetReferenceType(Boolean, DkmNativeCppCVQualifiers) Metodo

Definizione

Crea un tipo di puntatore C++.

Vincolo percorso: l'API deve essere chiamata da un componente IDE (livello > di componente 100.000).

Questa API è stata introdotta in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

public:
 Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppReferenceType ^ GetReferenceType(bool IsRValueReference, Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppCVQualifiers Qualifiers);
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppReferenceType GetReferenceType(bool IsRValueReference, Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppCVQualifiers Qualifiers);
member this.GetReferenceType : bool * Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppCVQualifiers -> Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppReferenceType
Public Function GetReferenceType (IsRValueReference As Boolean, Qualifiers As DkmNativeCppCVQualifiers) As DkmNativeCppReferenceType

Parametri

IsRValueReference
Boolean

[In] True se questo tipo deve essere un riferimento r-value, false se questo tipo deve essere un riferimento a l-value.

Qualifiers
DkmNativeCppCVQualifiers

[In] qualificatori const/volatile su questo tipo.

Restituisce

[Out] Rappresenta un tipo di riferimento , ad esempio int&.

Si applica a