Method | Description | |
---|---|---|
FileExistOrQueuedToBeWritten ( string filePath ) : bool | ||
QueueFileWrite ( string filePath, Func |
||
SourceControlledFileSystem ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio | ||
WriteQueuedFiles ( ) : bool |
Method | Description | |
---|---|---|
CheckoutForEdit ( ) : bool | ||
CheckoutForSave ( ) : bool | ||
IFileSystem ( string path ) : bool | ||
IFileSystem ( string path ) : void | ||
SourceControlledFileSystem ( IServiceProvider serviceProvider, IFileSystem fileSystem ) : Microsoft.VisualStudio |
public FileExistOrQueuedToBeWritten ( string filePath ) : bool | ||
filePath | string | |
return | bool |
public QueueFileWrite ( string filePath, Func |
||
filePath | string | |
fileWriteOperation | Func |
|
return | void |
public SourceControlledFileSystem ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio | ||
serviceProvider | IServiceProvider | |
return | Microsoft.VisualStudio |