IDebugSession2.EnumMachines__deprecated 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.
public:
int EnumMachines__deprecated([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugMachines2__deprecated ^ % ppEnum);
public int EnumMachines__deprecated(out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugMachines2__deprecated ppEnum);
abstract member EnumMachines__deprecated : IEnumDebugMachines2__deprecated -> int
Public Function EnumMachines__deprecated (ByRef ppEnum As IEnumDebugMachines2__deprecated) As Integer