Udostępnij za pośrednictwem


ResolvedCallSiteEvent.CalleeMethod Property

Gets the ResolvedMethod that describes the method of the callee.

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

Syntax

'Declaration
Public Property CalleeMethod As ResolvedMethod
    Get
    Private Set
public ResolvedMethod CalleeMethod { get; private set; }
public:
property ResolvedMethod^ CalleeMethod {
    ResolvedMethod^ get ();
    private: void set (ResolvedMethod^ value);
}
member CalleeMethod : ResolvedMethod with get, private set
function get CalleeMethod () : ResolvedMethod
private function set CalleeMethod (value : ResolvedMethod)

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.ResolvedMethod

.NET Framework Security

See Also

Reference

ResolvedCallSiteEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace