Interface IVsReferenceActions
Visual studio actions that support the IVsReference model.
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsReferenceActions
Methods
GetReferencedProjectAsync(VsReference)
Gets the VsProject model for the project that represents this reference.
Declaration
Task<VsProject> GetReferencedProjectAsync(VsReference source)
Parameters
Type | Name | Description |
---|---|---|
VsReference | source | The project reference to load. |
Returns
Type | Description |
---|---|
Task<VsProject> | The loaded project model or null if the project reference does not support a project based reference. |