共用方式為


FolderDiffFontAndColors.OnItemChanged 方法

命名空間:  Microsoft.VisualStudio.TeamFoundation.VersionControl
組件:  Microsoft.VisualStudio.TeamFoundation.VersionControl (在 Microsoft.VisualStudio.TeamFoundation.VersionControl.dll 中)

語法

'宣告
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
)

參數

傳回值

類型:System.Int32
傳回 Int32

實作

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

.NET Framework 安全性

請參閱

參考

FolderDiffFontAndColors 類別

Microsoft.VisualStudio.TeamFoundation.VersionControl 命名空間