IProjectDataProvider.GetProjectData(Project) 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.
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