DebugTargetInfo.DebugEngine 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 or sets the type of debug engine that the target represents.
public:
property Microsoft::VisualStudio::TestTools::Common::DebugEngine DebugEngine { Microsoft::VisualStudio::TestTools::Common::DebugEngine get(); void set(Microsoft::VisualStudio::TestTools::Common::DebugEngine value); };
public Microsoft.VisualStudio.TestTools.Common.DebugEngine DebugEngine { get; set; }
member this.DebugEngine : Microsoft.VisualStudio.TestTools.Common.DebugEngine with get, set
Public Property DebugEngine As DebugEngine
Property Value
A member of the DebugEngine enumeration. By default, the value is Original.