SolutionInfo.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create(SolutionId, VersionStamp, String, IEnumerable<ProjectInfo>) |
Erstellen Sie eine neue Instanz einer SolutionInfo. |
Create(SolutionId, VersionStamp, String, IEnumerable<ProjectInfo>, IEnumerable<AnalyzerReference>) |
Erstellen Sie eine neue Instanz einer SolutionInfo. |
Create(SolutionId, VersionStamp, String, IEnumerable<ProjectInfo>)
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
Erstellen Sie eine neue Instanz einer SolutionInfo.
public static Microsoft.CodeAnalysis.SolutionInfo Create (Microsoft.CodeAnalysis.SolutionId id, Microsoft.CodeAnalysis.VersionStamp version, string filePath = default, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectInfo> projects = default);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Microsoft.CodeAnalysis.SolutionInfo Create (Microsoft.CodeAnalysis.SolutionId id, Microsoft.CodeAnalysis.VersionStamp version, string? filePath, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectInfo>? projects);
public static Microsoft.CodeAnalysis.SolutionInfo Create (Microsoft.CodeAnalysis.SolutionId id, Microsoft.CodeAnalysis.VersionStamp version, string? filePath = default, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectInfo>? projects = default);
static member Create : Microsoft.CodeAnalysis.SolutionId * Microsoft.CodeAnalysis.VersionStamp * string * seq<Microsoft.CodeAnalysis.ProjectInfo> -> Microsoft.CodeAnalysis.SolutionInfo
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
static member Create : Microsoft.CodeAnalysis.SolutionId * Microsoft.CodeAnalysis.VersionStamp * string * seq<Microsoft.CodeAnalysis.ProjectInfo> -> Microsoft.CodeAnalysis.SolutionInfo
Public Shared Function Create (id As SolutionId, version As VersionStamp, Optional filePath As String = Nothing, Optional projects As IEnumerable(Of ProjectInfo) = Nothing) As SolutionInfo
Public Shared Function Create (id As SolutionId, version As VersionStamp, filePath As String, projects As IEnumerable(Of ProjectInfo)) As SolutionInfo
Parameter
- id
- SolutionId
- version
- VersionStamp
- filePath
- String
- projects
- IEnumerable<ProjectInfo>
Gibt zurück
- Attribute
Gilt für:
Create(SolutionId, VersionStamp, String, IEnumerable<ProjectInfo>, IEnumerable<AnalyzerReference>)
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
- Quelle:
- SolutionInfo.cs
Erstellen Sie eine neue Instanz einer SolutionInfo.
public static Microsoft.CodeAnalysis.SolutionInfo Create (Microsoft.CodeAnalysis.SolutionId id, Microsoft.CodeAnalysis.VersionStamp version, string? filePath = default, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectInfo>? projects = default, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference>? analyzerReferences = default);
static member Create : Microsoft.CodeAnalysis.SolutionId * Microsoft.CodeAnalysis.VersionStamp * string * seq<Microsoft.CodeAnalysis.ProjectInfo> * seq<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> -> Microsoft.CodeAnalysis.SolutionInfo
Public Shared Function Create (id As SolutionId, version As VersionStamp, Optional filePath As String = Nothing, Optional projects As IEnumerable(Of ProjectInfo) = Nothing, Optional analyzerReferences As IEnumerable(Of AnalyzerReference) = Nothing) As SolutionInfo
Parameter
- id
- SolutionId
- version
- VersionStamp
- filePath
- String
- projects
- IEnumerable<ProjectInfo>
- analyzerReferences
- IEnumerable<AnalyzerReference>
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.