CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class VsProjectExtensions

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

    Inheritance
    object
    VsProjectExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.VisualStudio
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public static class VsProjectExtensions

    Methods

    | Improve this Doc View Source

    HasReferenceLibraryAsync(VsProject, string)

    Extension method that determines if a project reference has been loaded.

    Declaration
    public static Task<bool> HasReferenceLibraryAsync(this VsProject source, string libraryName)
    Parameters
    Type Name Description
    VsProject source

    Source project to search

    string libraryName

    The full name of the library to confirm exists.

    Returns
    Type Description
    Task<bool>

    boolean flag to determine if the library was found.

    © CodeFactory, LLC. All rights reserved.