ResolvedMethodEvent.Process Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IntelliTraceProcess that contains the decoded method.
protected:
property Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ Process { Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ get(); void set(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ value); };
protected Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess Process { get; set; }
member this.Process : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess with get, set
Protected Property Process As IntelliTraceProcess