ProjectContextExtensions.GetPackage(IProjectContext, String) 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 Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::DependencyDescription ^ GetPackage(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ context, System::String ^ name);
public static Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription GetPackage (this Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext context, string name);
static member GetPackage : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * string -> Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.DependencyDescription
<Extension()>
Public Function GetPackage (context As IProjectContext, name As String) As DependencyDescription
Parameters
- context
- IProjectContext
- name
- String