ResolvedNotifyPointEvent Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the ResolvedNotifyPointEvent class.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Sub New ( _
process As TraceProcess, _
notifyPointEvent As NotifyPointEvent _
)
'Usage
Dim process As TraceProcess
Dim notifyPointEvent As NotifyPointEvent
Dim instance As New ResolvedNotifyPointEvent(process, _
notifyPointEvent)
public ResolvedNotifyPointEvent(
TraceProcess process,
NotifyPointEvent notifyPointEvent
)
public:
ResolvedNotifyPointEvent(
TraceProcess^ process,
NotifyPointEvent^ notifyPointEvent
)
new :
process:TraceProcess *
notifyPointEvent:NotifyPointEvent -> ResolvedNotifyPointEvent
public function ResolvedNotifyPointEvent(
process : TraceProcess,
notifyPointEvent : NotifyPointEvent
)
Parameters
- process
Type: Microsoft.VisualStudio.TraceLog.TraceProcess
The TraceProcess that contains the NotifyPointEvent.
- notifyPointEvent
Type: Microsoft.VisualStudio.TraceLog.NotifyPointEvent
The original NotifyPointEvent.
Remarks
Throws a ArgumentNullException if either parameter is null.
.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.
See Also
Reference
ResolvedNotifyPointEvent Class