IProjectConfigurationService.AllProjectFileConfigurations Property

Definition

All project file configurations from the different sources

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::ProjectConfiguration ^> ^ AllProjectFileConfigurations { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::ProjectConfiguration ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.ProjectConfiguration> AllProjectFileConfigurations { get; }
member this.AllProjectFileConfigurations : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.ProjectConfiguration>
Public ReadOnly Property AllProjectFileConfigurations As IReadOnlyList(Of ProjectConfiguration)

Property Value

Applies to