ResolvedMethodEvent.Method Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the ResolvedMethod that describes the method.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Property Method As ResolvedMethod
Get
Private Set
'Usage
Dim instance As ResolvedMethodEvent
Dim value As ResolvedMethod
value = instance.Method
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.TraceLog.ResolvedMethod
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.