IRecordable.RecordInformation Method
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.