DifferenceProvider.CanOperateOnInMemoryFiles Property

Diff tool can operate on in memory files

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

Syntax

'Declaration
Public ReadOnly Property CanOperateOnInMemoryFiles As Boolean
public bool CanOperateOnInMemoryFiles { get; }
public:
virtual property bool CanOperateOnInMemoryFiles {
    bool get () sealed;
}
abstract CanOperateOnInMemoryFiles : bool with get 
override CanOperateOnInMemoryFiles : bool with get
final function get CanOperateOnInMemoryFiles () : boolean

Property Value

Type: System.Boolean

Implements

IToolProvider.CanOperateOnInMemoryFiles

.NET Framework Security

See Also

Reference

DifferenceProvider Class

Microsoft.VisualStudio.TeamFoundation.VersionControl.DiffMerge Namespace