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
- rguidCategory
Tipo: System.Guid%
- szItem
Tipo: System.String
- iItem
Tipo: System.Int32
- pInfo
Tipo: array<Microsoft.VisualStudio.Shell.Interop.ColorableItemInfo[]
- crLiteralForeground
Tipo: System.UInt32
- crLiteralBackground
Tipo: System.UInt32
Valor de retorno
Tipo: System.Int32
Retorna Int32.
Implementações
IVsFontAndColorEvents.OnItemChanged(Guid%, String, Int32, array<ColorableItemInfo[], UInt32, UInt32)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
FolderDiffFontAndColors Classe
Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl