次の方法で共有


ProjectContextExtensions.GetReferencingPackages メソッド

定義

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)

パラメーター

context
IProjectContext
name
String

戻り値

適用対象