CommandLineProject.CreateProjectInfo Méthode
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.
Surcharges
CreateProjectInfo(String, String, IEnumerable<String>, String, Workspace) |
Créez une ProjectInfo structure initialisée à partir d’arguments de ligne de commande des compilateurs. |
CreateProjectInfo(String, String, String, String, Workspace) |
Créez une ProjectInfo structure initialisée avec des données à partir d’une ligne de commande du compilateur. |
CreateProjectInfo(String, String, IEnumerable<String>, String, Workspace)
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
Créez une ProjectInfo structure initialisée à partir d’arguments de ligne de commande des compilateurs.
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo (string projectName, string language, System.Collections.Generic.IEnumerable<string> commandLineArgs, string projectDirectory, Microsoft.CodeAnalysis.Workspace workspace = default);
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo (string projectName, string language, System.Collections.Generic.IEnumerable<string> commandLineArgs, string projectDirectory, Microsoft.CodeAnalysis.Workspace? workspace = default);
static member CreateProjectInfo : string * string * seq<string> * string * Microsoft.CodeAnalysis.Workspace -> Microsoft.CodeAnalysis.ProjectInfo
Public Shared Function CreateProjectInfo (projectName As String, language As String, commandLineArgs As IEnumerable(Of String), projectDirectory As String, Optional workspace As Workspace = Nothing) As ProjectInfo
Paramètres
- projectName
- String
- language
- String
- commandLineArgs
- IEnumerable<String>
- projectDirectory
- String
- workspace
- Workspace
Retours
S’applique à
CreateProjectInfo(String, String, String, String, Workspace)
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
Créez une ProjectInfo structure initialisée avec des données à partir d’une ligne de commande du compilateur.
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo (string projectName, string language, string commandLine, string baseDirectory, Microsoft.CodeAnalysis.Workspace workspace = default);
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo (string projectName, string language, string commandLine, string baseDirectory, Microsoft.CodeAnalysis.Workspace? workspace = default);
static member CreateProjectInfo : string * string * string * string * Microsoft.CodeAnalysis.Workspace -> Microsoft.CodeAnalysis.ProjectInfo
Public Shared Function CreateProjectInfo (projectName As String, language As String, commandLine As String, baseDirectory As String, Optional workspace As Workspace = Nothing) As ProjectInfo
Paramètres
- projectName
- String
- language
- String
- commandLine
- String
- baseDirectory
- String
- workspace
- Workspace