Definition
- Namespace:
- Tizen.NUI.Xaml.Build.Tasks
- Assembly:
- Tizen.NUI.XamlBuild.dll
public class NUIXamlGTask : Task
- Inheritance
-
Properties
Declaration
public bool AddXamlCompilationAttribute { get; set; }
Property Value
Declaration
public string AssemblyName { get; set; }
Property Value
Declaration
public string DependencyPaths { get; set; }
Property Value
Declaration
public string Language { get; set; }
Property Value
Declaration
public ITaskItem[] OutputFiles { get; set; }
Property Value
Type |
Description |
ITaskItem[] |
|
Declaration
public bool PrintReferenceAssemblies { get; set; }
Property Value
Declaration
public string ReferencePath { get; set; }
Property Value
Declaration
public ITaskItem[] XamlFiles { get; set; }
Property Value
Type |
Description |
ITaskItem[] |
|
Declaration
public int XamlOptimization { get; set; }
Property Value
Methods
Declaration
public override bool Execute()
Returns
Extension Methods