FolderDiffFontAndColors.OnReset Method

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public Function OnReset ( _
    ByRef rguidCategory As Guid _
) As Integer
public int OnReset(
    ref Guid rguidCategory
)
public:
virtual int OnReset(
    Guid% rguidCategory
) sealed
abstract OnReset : 
        rguidCategory:Guid byref -> int  
override OnReset : 
        rguidCategory:Guid byref -> int
public final function OnReset(
    rguidCategory : Guid
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FolderDiffFontAndColors Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace