FolderDiffFontAndColors.OnItemChanged-Methode
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
)
Parameter
- rguidCategory
Typ: System.Guid%
- szItem
Typ: System.String
- iItem
Typ: System.Int32
- pInfo
Typ: array<Microsoft.VisualStudio.Shell.Interop.ColorableItemInfo[]
- crLiteralForeground
Typ: System.UInt32
- crLiteralBackground
Typ: System.UInt32
Rückgabewert
Typ: System.Int32
Gibt Int32 zurück.
Implementiert
IVsFontAndColorEvents.OnItemChanged(Guid%, String, Int32, array<ColorableItemInfo[], UInt32, UInt32)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
FolderDiffFontAndColors Klasse
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace