Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Property DebugEngine As DebugEngine
'使用
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
Permissions
- 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.