Partager via


SparseTree<T>.ModifyInPlaceCallback, délégué

Espace de noms :  Microsoft.TeamFoundation.Framework.Common
Assembly :  Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)

Syntaxe

'Déclaration
Public Delegate Function ModifyInPlaceCallback ( _
    token As String, _
    referencedObject As T, _
    param As Object _
) As T
public delegate T ModifyInPlaceCallback(
    string token,
    T referencedObject,
    Object param
)

Paramètres

  • referencedObject
    Type : T

Valeur de retour

Type : T

Voir aussi

Référence

Microsoft.TeamFoundation.Framework.Common, espace de noms