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.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub RecordInformation ( _
methodInformation As MethodInformation, _
parameterIndex As Integer _
)
void RecordInformation(
MethodInformation methodInformation,
int parameterIndex
)
void RecordInformation(
MethodInformation^ methodInformation,
int parameterIndex
)
abstract RecordInformation :
methodInformation:MethodInformation *
parameterIndex:int -> unit
function RecordInformation(
methodInformation : MethodInformation,
parameterIndex : int
)
Parameters
- methodInformation
Type: Microsoft.TeamFoundation.Framework.Server.MethodInformation
- parameterIndex
Type: System.Int32
.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.