Class VsCSharpSourceExtensions
Extensions class that provides common automation tasks rolled up under standard extension methods that support the VsCSharpSource model.
Inherited Members
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public static class VsCSharpSourceExtensions
Methods
GetProjectFolderStructureAsync(VsCSharpSource)
Get the full project folder structure that hosts the source code/
Declaration
public static Task<IReadOnlyList<string>> GetProjectFolderStructureAsync(this VsCSharpSource source)
Parameters
Type | Name | Description |
---|---|---|
VsCSharpSource | source | The source C# source code to get the directory structure for. |
Returns
Type | Description |
---|---|
Task<IReadOnlyList<string>> | Read only list in folder order hosted under the target project. |