Class XamlBuildTaskPass1
Task for compiling xaml into baml and save in the temporary output directory
Implements
Microsoft.Build.Framework.ITask
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.CXUI.Xaml
Assembly: Simplic.CXUI.Xaml.dll
Syntax
public class XamlBuildTaskPass1 : BuildTaskBase, ITask
Constructors
| Improve this Doc View SourceXamlBuildTaskPass1()
Create xaml compiler pass 1
Declaration
public XamlBuildTaskPass1()
Properties
| Improve this Doc View SourceXamlSources
List of XAML sources to compile
Declaration
public IList<XamlSource> XamlSources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<XamlSource> |
Methods
| Improve this Doc View SourceAddXamlSourceFromFile(String)
Add xaml source from file
Declaration
public void AddXamlSourceFromFile(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Path to the file |
Execute()
Execute baml creation/compilation
Declaration
public override bool Execute()
Returns
Type | Description |
---|---|
System.Boolean | Bool if compiling was successfull |
Overrides
Implements
Microsoft.Build.Framework.ITask