Workspace.CurrentSolution Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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