ResolvedDiagnosticEvent.DiagnosticEvent Property
Gets the original DiagnosticEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public ReadOnly Property DiagnosticEvent As DiagnosticEvent
public DiagnosticEvent DiagnosticEvent { get; }
public:
property DiagnosticEvent^ DiagnosticEvent {
DiagnosticEvent^ get ();
}
member DiagnosticEvent : DiagnosticEvent with get
function get DiagnosticEvent () : DiagnosticEvent
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.DiagnosticEvent
.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.