Partager via


Workspace.CurrentSolution Propriété

Définition

Solution actuelle.

La solution est un modèle immuable de l’ensemble actuel de projets et de documents sources. Il fournit l’accès au texte source, aux arborescences de syntaxe et à la sémantique.

Cette propriété peut changer lorsque l’espace de travail réagit aux modifications de l’environnement ou après TryApplyChanges(Solution) l’appel.

public:
 property Microsoft::CodeAnalysis::Solution ^ CurrentSolution { Microsoft::CodeAnalysis::Solution ^ get(); };
public Microsoft.CodeAnalysis.Solution CurrentSolution { get; }
member this.CurrentSolution : Microsoft.CodeAnalysis.Solution
Public ReadOnly Property CurrentSolution As Solution

Valeur de propriété

S’applique à