ResolvedCallSiteEvent.CallSiteEvent Property
Gets the original CallSiteEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Property CallSiteEvent As CallSiteEvent
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.