TraceProcess.ProcessInformationEvent Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the ProcessInformationEvent that describes properties of the recorded process.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property ProcessInformationEvent As ProcessInformationEvent
    Get
    Private Set
'Usage
Dim instance As TraceProcess
Dim value As ProcessInformationEvent

value = instance.ProcessInformationEvent
public ProcessInformationEvent ProcessInformationEvent { get; private set; }
public:
property ProcessInformationEvent^ ProcessInformationEvent {
    ProcessInformationEvent^ get ();
    private: void set (ProcessInformationEvent^ value);
}
member ProcessInformationEvent : ProcessInformationEvent with get, private set
function get ProcessInformationEvent () : ProcessInformationEvent
private function set ProcessInformationEvent (value : ProcessInformationEvent)

Property Value

Type: Microsoft.VisualStudio.TraceLog.ProcessInformationEvent

.NET Framework Security

See Also

Reference

TraceProcess Class

TraceProcess Members

Microsoft.VisualStudio.TraceLog Namespace