Method GetIntermediateFilesAndResourcesForSeparateXamlFiles
- Namespace
- Alternet.FormDesigner.Wpf.Roslyn
- Assembly
- Alternet.FormDesigner.Roslyn.Wpf.v10.dll
GetIntermediateFilesAndResourcesForSeparateXamlFiles(string[], string, string, string, bool, string[], List<string>, List<string>)
Generates code and resources files from given list of xaml files.
public static Result GetIntermediateFilesAndResourcesForSeparateXamlFiles(string[] xamlFiles, string outputPath, string assemblyName, string language, bool debug, string[] assemblyReferences, List<string> generatedCodeFiles, List<string> generatedResources)
Parameters
xamlFilesstring[]List of source .xaml files.
outputPathstringPath where generated files will be stored.
assemblyNamestringTarget assembly name.
languagestringThe .NET language used to generate code.
debugboolassemblyReferencesstring[]List of assembly references.
generatedCodeFilesList<string>List of generated code files.
generatedResourcesList<string>
Returns
- Result
True if succeed; otherwise false.