Interface IVsReferenceActions
Visual studio actions that support the IVsReference model.
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public interface IVsReferenceActions
Methods
| Improve this Doc View SourceGetReferencedProjectAsync(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. |