FolderDiffFontAndColors.OnItemChanged, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- rguidCategory
Type : System.Guid%
- szItem
Type : System.String
- iItem
Type : System.Int32
- pInfo
Type : array<Microsoft.VisualStudio.Shell.Interop.ColorableItemInfo[]
- crLiteralForeground
Type : System.UInt32
- crLiteralBackground
Type : System.UInt32
Valeur de retour
Type : System.Int32
retourne Int32 ;
Implémentations
IVsFontAndColorEvents.OnItemChanged(Guid%, String, Int32, array<ColorableItemInfo[], UInt32, UInt32)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
FolderDiffFontAndColors Classe
Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms