ProjectReference(ProjectId, ImmutableArray<String>, Boolean) Konstruktor
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.
public ProjectReference(Microsoft.CodeAnalysis.ProjectId projectId, System.Collections.Immutable.ImmutableArray<string> aliases = default, bool embedInteropTypes = false);
new Microsoft.CodeAnalysis.ProjectReference : Microsoft.CodeAnalysis.ProjectId * System.Collections.Immutable.ImmutableArray<string> * bool -> Microsoft.CodeAnalysis.ProjectReference
Public Sub New (projectId As ProjectId, Optional aliases As ImmutableArray(Of String) = Nothing, Optional embedInteropTypes As Boolean = false)
Parameter
- projectId
- ProjectId
- aliases
- ImmutableArray<String>
- embedInteropTypes
- Boolean