ProjectContextExtensions.GetReferencingPackages Method

Definition

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

Returns

IEnumerable<DependencyDescription>

Applies to