ResolvedCallSiteEvent.CallSiteEvent Property

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

Gets the original CallSiteEvent.

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

Syntax

'Declaration
Public Property CallSiteEvent As CallSiteEvent
    Get
    Private Set
'Usage
Dim instance As ResolvedCallSiteEvent
Dim value As CallSiteEvent

value = instance.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.TraceLog.CallSiteEvent

.NET Framework Security

See Also

Reference

ResolvedCallSiteEvent Class

ResolvedCallSiteEvent Members

Microsoft.VisualStudio.TraceLog Namespace