Udostępnij za pośrednictwem


ResolvedCallSiteEvent.CallerMethod Property

Gets the ResolvedMethod that describes the method of the caller.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.ResolvedMethod

.NET Framework Security

See Also

Reference

ResolvedCallSiteEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace