IVsProjectCfgDebugTypeSelection.GetDebugTypes(Array) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of debugger types. These are enum properties with metadata key=IsDebugType value=true
public:
void GetDebugTypes([Runtime::InteropServices::Out] Array ^ % pbstrDebugTypes);
public void GetDebugTypes (out Array pbstrDebugTypes);
abstract member GetDebugTypes : Array -> unit
Public Sub GetDebugTypes (ByRef pbstrDebugTypes As Array)
Parameters
- pbstrDebugTypes
- Array
[out] The list of debugger types. This list contains enumeration properties with the metadata key=IsDebugType value=true.