Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the current method but does not call enter method - this is meant to help diagnosing commands that fail before they get to EnterMethod. We do not expect the parameters to be set at this point.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetMethodName ( _
methodInformation As MethodInformation _
)
public void SetMethodName(
MethodInformation methodInformation
)
public:
void SetMethodName(
MethodInformation^ methodInformation
)
member SetMethodName :
methodInformation:MethodInformation -> unit
public function SetMethodName(
methodInformation : MethodInformation
)
Parameters
- methodInformation
Type: Microsoft.TeamFoundation.Framework.Server.MethodInformation
.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.