CommonProjectContext.CompilationItems 屬性

定義

專案包含在專案中進行編譯。 <編譯 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)

屬性值

適用於