IProjectDataProvider.GetProjectData(Project) Method

Definition

Gets project data of interest to the provider

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::Extensions::MSBuild::ProjectData> ^ GetProjectData(Microsoft::Build::Evaluation::Project ^ project);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Workspace.Extensions.MSBuild.ProjectData> GetProjectData (Microsoft.Build.Evaluation.Project project);
abstract member GetProjectData : Microsoft.Build.Evaluation.Project -> seq<Microsoft.VisualStudio.Workspace.Extensions.MSBuild.ProjectData>
Public Function GetProjectData (project As Project) As IEnumerable(Of ProjectData)

Parameters

project
Project

The evaluated MSBuild project

Returns

Collection of ProjectData objects

Applies to