Edit

IDebugProcessQueryProperties

This interface is an extension interface implemented by IDebugProcess2 implementers. It allows the implementer to get information on the debugging process environment.

Syntax

IDebugProcessQueryProperties: IUnknown

Notes for Implementers

Implement this interface to get information on the execution environment of a debugging process.

Methods in Vtable Order

The following table shows the methods of IDebugProcessQueryProperties.

Method Description
QueryProperty Queries for a property value.
QueryProperties Queries for property values.

Remarks

This interface is seldom implemented.

Requirements

Header: Portpriv.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also