BuildExtensionContext.SourceCodeFiles Property

Definition

Gets the collection of source code files of the build extension context.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ SourceCodeFiles { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> SourceCodeFiles { get; }
member this.SourceCodeFiles : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property SourceCodeFiles As ReadOnlyCollection(Of String)

Property Value

The collection of source code files of the build extension context.

Applies to