Share via


ChangeRequest.RecordInformation Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Sub RecordInformation ( _
    methodInformation As MethodInformation, _
    paramIndex As Integer _
)
public void RecordInformation(
    MethodInformation methodInformation,
    int paramIndex
)
public:
virtual void RecordInformation(
    MethodInformation^ methodInformation, 
    int paramIndex
) sealed
abstract RecordInformation : 
        methodInformation:MethodInformation * 
        paramIndex:int -> unit 
override RecordInformation : 
        methodInformation:MethodInformation * 
        paramIndex:int -> unit 
public final function RecordInformation(
    methodInformation : MethodInformation, 
    paramIndex : int
)

Parameters

Implements

IRecordable.RecordInformation(MethodInformation, Int32)

.NET Framework Security

See Also

Reference

ChangeRequest Class

Microsoft.TeamFoundation.VersionControl.Server Namespace