AssemblyDefinitionInfo.GetSources Method
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 source files for this assembly definition.
public:
cli::array <Microsoft::MixedReality::Toolkit::MSBuild::SourceFileInfo ^> ^ GetSources();
public Microsoft.MixedReality.Toolkit.MSBuild.SourceFileInfo[] GetSources ();
member this.GetSources : unit -> Microsoft.MixedReality.Toolkit.MSBuild.SourceFileInfo[]
Public Function GetSources () As SourceFileInfo()
Returns
The array of SourceFileInfo.