REFERENCE_TYPE

Spécifie le type de référence.

Syntaxe

public enum enum_REFERENCE_TYPE { 
   REF_TYPE_WEAK   = 0x0001,
   REF_TYPE_STRONG = 0x0002
};

Champs

REF_TYPE_WEAK
Spécifie une référence faible. Impossible de combiner avec REF_TYPE_STRONG.

REF_TYPE_STRONG
Spécifie une référence forte. Impossible de combiner avec REF_TYPE_WEAK.

Notes

Utilisé comme dwRefType membre de la structure DEBUG_REFERENCE_INFO .

Passé en tant que paramètre à la méthode SetReferenceType .

Spécifications

En-tête : msdbg.h

Espace de noms : Microsoft.VisualStudio.Debugger.Interop

Assembly : Microsoft.VisualStudio.Debugger.Interop.dll

Voir aussi