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

.NET Framework Security

See Also

Reference

IRecordable Interface

Microsoft.TeamFoundation.Framework.Server Namespace