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
- 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
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace