DebuggerInteractionEvent.DebuggerInteractionSource Property
Gets the DebuggerInteractionSource where the debugger interaction originated.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaração
Public Property DebuggerInteractionSource As DebuggerInteractionSource
Get
Private Set
public DebuggerInteractionSource DebuggerInteractionSource { get; private set; }
public:
property DebuggerInteractionSource DebuggerInteractionSource {
DebuggerInteractionSource get ();
private: void set (DebuggerInteractionSource value);
}
member DebuggerInteractionSource : DebuggerInteractionSource with get, private set
function get DebuggerInteractionSource () : DebuggerInteractionSource
private function set DebuggerInteractionSource (value : DebuggerInteractionSource)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.DebuggerInteractionSource
.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.