ProjectContextExtensions.GetReferencingPackages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::DependencyDescription ^> ^ GetReferencingPackages(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ context, System::String ^ name);
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription> GetReferencingPackages (this Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext context, string name);
static member GetReferencingPackages : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * string -> seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription>
<Extension()>
Public Function GetReferencingPackages (context As IProjectContext, name As String) As IEnumerable(Of DependencyDescription)
Parameters
- context
- IProjectContext
- name
- String