IProjectContext.CompilationItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Items included for compilation in the project. <Compile Include="" />
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ CompilationItems { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> CompilationItems { get; }
member this.CompilationItems : seq<string>
Public ReadOnly Property CompilationItems As IEnumerable(Of String)