ResolvedCallSiteEvent.CallerMethod 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 caller's method.
public:
property Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ CallerMethod { Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ get(); };
public:
property Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ CallerMethod { Microsoft::VisualStudio::IntelliTrace::ResolvedMethod ^ get(); };
public Microsoft.VisualStudio.IntelliTrace.ResolvedMethod CallerMethod { get; }
member this.CallerMethod : Microsoft.VisualStudio.IntelliTrace.ResolvedMethod
Public ReadOnly Property CallerMethod As ResolvedMethod