Interface IVsReference
Definition of a visual studio project reference model information.
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public interface IVsReference : IVsModel, IModel<VisualStudioModelType>
Properties
| Improve this Doc View SourceAliases
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 |