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
- 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