Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
Specifies properties associated with a program provider.
Syntax
public enum enum_PROVIDER_FIELDS {
PFIELD_PROGRAM_NODES = 0x01,
PFIELD_IS_DEBUGGER_PRESENT = 0x02
};
Fields
PFIELD_PROGRAM_NODES
The ProgramNodes field is valid.
PFIELD_IS_DEBUGGER_PRESENT
The fIsDebuggerPresent field is valid.
Remarks
These values are returned in the Fields member of the PROVIDER_PROCESS_DATA structure to indicate which fields of the structure were explicitly filled in.
These values can be combined with a bitwise OR.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll