Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the ResolvedMethod that describes the method of the callee.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property CalleeMethod As ResolvedMethod
Get
Private Set
public ResolvedMethod CalleeMethod { get; private set; }
public:
property ResolvedMethod^ CalleeMethod {
ResolvedMethod^ get ();
private: void set (ResolvedMethod^ value);
}
member CalleeMethod : ResolvedMethod with get, private set
function get CalleeMethod () : ResolvedMethod
private function set CalleeMethod (value : ResolvedMethod)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.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.