ProjectReferenceInformation.CompilationItems Property

Definition

Items included in the project reference for compilation <Compile Include="" />

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ CompilationItems { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> CompilationItems { get; set; }
member this.CompilationItems : seq<string> with get, set
Public Property CompilationItems As IEnumerable(Of String)

Property Value

IEnumerable<String>

Applies to