Partilhar via


Método FolderDiffFontAndColors.OnItemChanged

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Sintaxe

'Declaração
Public Function OnItemChanged ( _
    ByRef rguidCategory As Guid, _
    szItem As String, _
    iItem As Integer, _
    pInfo As ColorableItemInfo(), _
    crLiteralForeground As UInteger, _
    crLiteralBackground As UInteger _
) As Integer
public int OnItemChanged(
    ref Guid rguidCategory,
    string szItem,
    int iItem,
    ColorableItemInfo[] pInfo,
    uint crLiteralForeground,
    uint crLiteralBackground
)

Parâmetros

Valor de retorno

Tipo: System.Int32
Retorna Int32.

Implementações

IVsFontAndColorEvents.OnItemChanged(Guid%, String, Int32, array<ColorableItemInfo[], UInt32, UInt32)

Segurança do .NET Framework

Consulte também

Referência

FolderDiffFontAndColors Classe

Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl