Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property DebugEngine As DebugEngine
'Usage
Dim instance As DebugTargetInfo
Dim value As DebugEngine
value = instance.DebugEngine
instance.DebugEngine = value
public DebugEngine DebugEngine { get; set; }
public:
property DebugEngine DebugEngine {
DebugEngine get ();
void set (DebugEngine value);
}
public function get DebugEngine () : DebugEngine
public function set DebugEngine (value : DebugEngine)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.DebugEngine
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.