Condividi tramite


REFERENCE_COMPARE

Specifica il tipo di confronto dei riferimenti.

enum enum_REFERENCE_COMPARE { 
   REF_COMPARE_EQUAL        = 0x0001,
   REF_COMPARE_LESS_THAN    = 0x0002,
   REF_COMPARE_GREATER_THAN = 0x0003
};
typedef DWORD REFERENCE_COMPARE;
public enum enum_REFERENCE_COMPARE { 
   REF_COMPARE_EQUAL        = 0x0001,
   REF_COMPARE_LESS_THAN    = 0x0002,
   REF_COMPARE_GREATER_THAN = 0x0003
};

Membri

  • REF_COMPARE_EQUAL
    specifica uguale-al confronto.

  • REF_COMPARE_LESS_THAN
    Specifica un confronto minore di.

  • REF_COMPARE_GREATER_THAN
    Specifica un confronto greater-than.

Note

Passato come argomento IDebugReference2:: confrontare al metodo.

Requisiti

intestazione: msdbg.h

Spazio dei nomi: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Vedere anche

Riferimenti

enumerazioni (debug di Visual Studio)

IDebugReference2:: confrontare