IProjectConfigurationService.AllProjectFileConfigurations Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Todas as configurações de arquivo de projeto de fontes diferentes
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)