ResolvedCallSiteEvent.CalleeMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ResolvedMethod that describes the callee's method.
public:
property Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ CalleeMethod { Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ get(); };
public:
property Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ CalleeMethod { Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ get(); };
public Microsoft.VisualStudio.IntelliTrace.ResolvedMethod CalleeMethod { get; }
member this.CalleeMethod : Microsoft.VisualStudio.IntelliTrace.ResolvedMethod
Public ReadOnly Property CalleeMethod As ResolvedMethod