Share via


_Solution.Projects-Eigenschaft

Aktualisiert: November 2007

Ruft eine Auflistung aller Projekte ab, die sich derzeit in der Projektmappe befinden.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

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

Eigenschaftenwert

Typ: EnvDTE.Projects

Eine Projects-Auflistung.

Beispiele

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

Berechtigungen

Siehe auch

Referenz

_Solution-Schnittstelle

_Solution-Member

EnvDTE-Namespace