FolderDiffFontAndColors.OnItemChanged Method

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

Syntax

'Declaration
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
)
public:
virtual int OnItemChanged(
    Guid% rguidCategory, 
    String^ szItem, 
    int iItem, 
    array<ColorableItemInfo>^ pInfo, 
    unsigned int crLiteralForeground, 
    unsigned int crLiteralBackground
) sealed
abstract OnItemChanged : 
        rguidCategory:Guid byref * 
        szItem:string * 
        iItem:int * 
        pInfo:ColorableItemInfo[] * 
        crLiteralForeground:uint32 * 
        crLiteralBackground:uint32 -> int  
override OnItemChanged : 
        rguidCategory:Guid byref * 
        szItem:string * 
        iItem:int * 
        pInfo:ColorableItemInfo[] * 
        crLiteralForeground:uint32 * 
        crLiteralBackground:uint32 -> int
public final function OnItemChanged(
    rguidCategory : Guid, 
    szItem : String, 
    iItem : int, 
    pInfo : ColorableItemInfo[], 
    crLiteralForeground : uint, 
    crLiteralBackground : uint
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FolderDiffFontAndColors Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace