MergeProvider.Operation Property
The operation supprted 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
.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.DiffMerge Namespace