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
- rguidCategory
Type: System.Guid%
Return Value
Type: System.Int32
Returns Int32.
Implements
IVsFontAndColorEvents.OnReset(Guid%)
.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