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
- rguidCategory
Type: System.Guid%
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