ManagedCommandLineInfo.ProjectReferences Property

Definition

Gets the project references.

public:
 property System::Collections::Immutable::ImmutableArray<System::String ^> ProjectReferences { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public System.Collections.Immutable.ImmutableArray<string> ProjectReferences { get; }
public System.Collections.Immutable.ImmutableArray<string> ProjectReferences { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.ProjectReferences : System.Collections.Immutable.ImmutableArray<string>
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ProjectReferences : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property ProjectReferences As ImmutableArray(Of String)

Property Value

Attributes

Applies to