FolderDiffFontAndColorDefaultsProvider Class
Provides Font and Color defaults and metadata
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamFoundation.VersionControl.FolderDiffFontAndColorDefaultsProvider
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
<GuidAttribute("7E6D6852-E8F6-43bd-B17F-E3EA76085404")> _
Public Class FolderDiffFontAndColorDefaultsProvider _
Implements IVsFontAndColorDefaultsProvider
[GuidAttribute("7E6D6852-E8F6-43bd-B17F-E3EA76085404")]
public class FolderDiffFontAndColorDefaultsProvider : IVsFontAndColorDefaultsProvider
[GuidAttribute(L"7E6D6852-E8F6-43bd-B17F-E3EA76085404")]
public ref class FolderDiffFontAndColorDefaultsProvider : IVsFontAndColorDefaultsProvider
[<GuidAttribute("7E6D6852-E8F6-43bd-B17F-E3EA76085404")>]
type FolderDiffFontAndColorDefaultsProvider =
class
interface IVsFontAndColorDefaultsProvider
end
public class FolderDiffFontAndColorDefaultsProvider implements IVsFontAndColorDefaultsProvider
The FolderDiffFontAndColorDefaultsProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FolderDiffFontAndColorDefaultsProvider |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObject | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace