Méthode | Description | |
---|---|---|
FileExistOrQueuedToBeWritten ( string filePath ) : bool | ||
QueueFileWrite ( string filePath, Func |
||
SourceControlledFileSystem ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio | ||
WriteQueuedFiles ( ) : bool |
Méthode | 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 | |
Résultat | bool |
public QueueFileWrite ( string filePath, Func |
||
filePath | string | |
fileWriteOperation | Func |
|
Résultat | void |
public SourceControlledFileSystem ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio | ||
serviceProvider | IServiceProvider | |
Résultat | Microsoft.VisualStudio |