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

Search Results for

    Interface IVsReference

    Definition of a visual studio project reference model information.

    Inherited Members
    IVsModel.Name
    IModel<VisualStudioModelType>.IsLoaded
    IModel<VisualStudioModelType>.HasErrors
    IModel<VisualStudioModelType>.ModelErrors
    IModel<VisualStudioModelType>.ModelType
    Namespace: CodeFactory.WinVs.Models.ProjectSystem
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IVsReference : IVsModel, IModel<VisualStudioModelType>

    Properties

    Aliases

    Readonly list of the aliases assigned to this reference.

    Declaration
    IReadOnlyList<string> Aliases { get; }
    Property Value
    Type Description
    IReadOnlyList<string>

    FilePath

    The fully qualified path to the source reference.

    Declaration
    string FilePath { get; }
    Property Value
    Type Description
    string

    HasAliases

    Flag that determines if the reference has aliases.

    Declaration
    bool HasAliases { get; }
    Property Value
    Type Description
    bool

    Type

    The type of the project reference.

    Declaration
    ProjectReferenceType Type { get; }
    Property Value
    Type Description
    ProjectReferenceType
    © CodeFactory, LLC. All rights reserved.