Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the original MethodExitEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property MethodExitEvent As MethodExitEvent
Get
Private Set
public MethodExitEvent MethodExitEvent { get; private set; }
public:
property MethodExitEvent^ MethodExitEvent {
MethodExitEvent^ get ();
private: void set (MethodExitEvent^ value);
}
member MethodExitEvent : MethodExitEvent with get, private set
function get MethodExitEvent () : MethodExitEvent
private function set MethodExitEvent (value : MethodExitEvent)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.MethodExitEvent
.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.