REFERENCE_TYPE
spécifie le type référence.
enum enum_REFERENCE_TYPE {
REF_TYPE_WEAK = 0x0001,
REF_TYPE_STRONG = 0x0002
};
typedef DWORD REFERENCE_TYPE;
public enum enum_REFERENCE_TYPE {
REF_TYPE_WEAK = 0x0001,
REF_TYPE_STRONG = 0x0002
};
Membres
REF_TYPE_WEAK
spécifie une référence faible. Ne peut pas être combiné avec REF_TYPE_STRONG.REF_TYPE_STRONG
spécifie une référence forte. Ne peut pas être combiné avec REF_TYPE_WEAK.
Notes
Utilisé comme membre d' dwRefType de la structure de DEBUG_REFERENCE_INFORMATION .
passé comme paramètre à la méthode d' IDebugReference2 : : SetReferenceType .
Configuration requise
en-tête : msdbg.h
l'espace de noms : Microsoft.VisualStudio.Debugger.Interop
Assembly : Microsoft.VisualStudio.Debugger.Interop.dll