Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets all the projects in this solution, in the order they appeared in the solution file.
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectsInOrder As IReadOnlyListProjectInSolution
public IReadOnlyListProjectInSolution ProjectsInOrder { get; }
public:
property IReadOnlyListProjectInSolution^ ProjectsInOrder {
IReadOnlyListProjectInSolution^ get ();
}
member ProjectsInOrder : IReadOnlyListProjectInSolution with get
function get ProjectsInOrder () : IReadOnlyListProjectInSolution
Property Value
Type: IReadOnlyListProjectInSolution
All the projects in this solution, in the order they appeared in the solution file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.