Share via


FolderDiffFontAndColors.OnResetToBaseCategory Method

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

Syntax

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

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FolderDiffFontAndColors Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace