BuildExtensionContext.SourceCodeFiles 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.
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.