CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Class VsCSharpSourceExtensions

    Extensions class that provides common automation tasks rolled up under standard extension methods that support the VsCSharpSource model.

    Inheritance
    object
    VsCSharpSourceExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    © CodeFactory, LLC. All rights reserved.