Proprietà _Solution.Projects

Aggiornamento: novembre 2007

Ottiene un insieme dei progetti correnti della soluzione.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

ReadOnly Property Projects As Projects

Dim instance As _Solution
Dim value As Projects

value = instance.Projects
Projects Projects { get; }
property Projects^ Projects {
    Projects^ get ();
}
function get Projects () : Projects

Valore proprietà

Tipo: EnvDTE.Projects

Insieme Projects.

Esempi

Sub ProjectsExample()
   ' Open a solution before running this example.
   Dim soln As Solution

   ' Create a reference to the solution.
   soln = DTE.Solution

   ' List the number of projects.
   MsgBox(soln.Projects.Count)
End Sub

Autorizzazioni

Vedere anche

Riferimenti

_Solution Interfaccia

Membri _Solution

Spazio dei nomi EnvDTE