Method | Description | |
---|---|---|
AddOwnedFolderItemsAsync ( string>.IReadOnlyDictionary |
||
AddOwnedSourceItemsAsync ( IReadOnlyCollection |
||
CheckFolderItemOwnershipAsync ( string evaluatedInclude ) : Task |
||
CheckProjectFileOwnershipAsync ( string projectFilePath ) : Task |
||
CheckSourceItemOwnershipAsync ( string itemType, string evaluatedInclude ) : Task |
||
RemoveOwnedFolderItemsAsync ( IReadOnlyCollection |
||
RemoveOwnedSourceItemsAsync ( IReadOnlyCollection |
||
RenameOwnedFolderItemAsync ( IProjectItem projectItem, string newValue ) : Task |
||
RenameOwnedSourceItemAsync ( IProjectItem projectItem, string newValue ) : Task |
||
SetItemTypeOfOwnedSourceItemAsync ( IProjectItem projectItem, string newItemType ) : Task |
||
TryAddSourceItemsToOwnedProjectFileAsync ( IReadOnlyCollection |
Method | Description | |
---|---|---|
FileSystemMirroringProjectSourceItemProviderExtensionBase ( UnconfiguredProject unconfiguredProject, ConfiguredProject configuredProject, IProjectLockService projectLockService, IFileSystemMirroringProjectTemporaryItems temporaryItems ) : System |
Method | Description | |
---|---|---|
CheckProjectFileOwnership ( string projectFilePath ) : bool | ||
GetMsBuildItemByProjectItem ( IProjectItem projectItem ) : Task |
||
RenameProjectItem ( IProjectItem projectItem, string newValue ) : Task |
public AddOwnedFolderItemsAsync ( string>.IReadOnlyDictionary |
||
items | string>.IReadOnlyDictionary | |
return | Task |
public AddOwnedSourceItemsAsync ( IReadOnlyCollection |
||
items | IReadOnlyCollection |
|
return | Task |
public CheckFolderItemOwnershipAsync ( string evaluatedInclude ) : Task |
||
evaluatedInclude | string | |
return | Task |
public CheckProjectFileOwnershipAsync ( string projectFilePath ) : Task |
||
projectFilePath | string | |
return | Task |
public CheckSourceItemOwnershipAsync ( string itemType, string evaluatedInclude ) : Task |
||
itemType | string | |
evaluatedInclude | string | |
return | Task |
protected FileSystemMirroringProjectSourceItemProviderExtensionBase ( UnconfiguredProject unconfiguredProject, ConfiguredProject configuredProject, IProjectLockService projectLockService, IFileSystemMirroringProjectTemporaryItems temporaryItems ) : System | ||
unconfiguredProject | UnconfiguredProject | |
configuredProject | ConfiguredProject | |
projectLockService | IProjectLockService | |
temporaryItems | IFileSystemMirroringProjectTemporaryItems | |
return | System |
public RemoveOwnedFolderItemsAsync ( IReadOnlyCollection |
||
projectItems | IReadOnlyCollection |
|
deleteOptions | DeleteOptions | |
return | Task |
public RemoveOwnedSourceItemsAsync ( IReadOnlyCollection |
||
projectItems | IReadOnlyCollection |
|
deleteOptions | DeleteOptions | |
return | Task |
public RenameOwnedFolderItemAsync ( IProjectItem projectItem, string newValue ) : Task |
||
projectItem | IProjectItem | |
newValue | string | |
return | Task |
public RenameOwnedSourceItemAsync ( IProjectItem projectItem, string newValue ) : Task |
||
projectItem | IProjectItem | |
newValue | string | |
return | Task |
public SetItemTypeOfOwnedSourceItemAsync ( IProjectItem projectItem, string newItemType ) : Task |
||
projectItem | IProjectItem | |
newItemType | string | |
return | Task |
public TryAddSourceItemsToOwnedProjectFileAsync ( IReadOnlyCollection |
||
items | IReadOnlyCollection |
|
projectFilePath | string | |
return | Task |