ResolvedMethodEvent.Method Property

Gets the ResolvedMethod that describes the method.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.ResolvedMethod

.NET Framework Security

See Also

Reference

ResolvedMethodEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace