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

'Declaration
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

See Also

Reference

DebuggerInteractionEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace