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 CallSiteEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property CallSiteEvent As CallSiteEvent
Get
Private Set
public CallSiteEvent CallSiteEvent { get; private set; }
public:
property CallSiteEvent^ CallSiteEvent {
CallSiteEvent^ get ();
private: void set (CallSiteEvent^ value);
}
member CallSiteEvent : CallSiteEvent with get, private set
function get CallSiteEvent () : CallSiteEvent
private function set CallSiteEvent (value : CallSiteEvent)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.CallSiteEvent
.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.