IExeProjectExtension.Engines Property
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 engines an executable can be launched against.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Debugger::VsDebugPresentationExtension::EngineProvider> ^ Engines { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Debugger::VsDebugPresentationExtension::EngineProvider> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension.EngineProvider> Engines { get; }
member this.Engines : seq<Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension.EngineProvider>
Public ReadOnly Property Engines As IEnumerable(Of EngineProvider)