Share via


DifferenceProvider.Operation Property

The operation supported by this tool

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

Syntax

'Declaration
Public ReadOnly Property Operation As ToolOperations
public ToolOperations Operation { get; }
public:
virtual property ToolOperations Operation {
    ToolOperations get () sealed;
}
abstract Operation : ToolOperations with get 
override Operation : ToolOperations with get
final function get Operation () : ToolOperations

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ToolOperations
Returns ToolOperations.

Implements

IToolProvider.Operation

.NET Framework Security

See Also

Reference

DifferenceProvider Class

Microsoft.VisualStudio.TeamFoundation.VersionControl.DiffMerge Namespace