PartialClassGenerationTask.IsInProcessXamlMarkupCompile Property

Definition

Gets or sets whether the compilation of XAML markup is in process.

public:
 property bool IsInProcessXamlMarkupCompile { bool get(); void set(bool value); };
public bool IsInProcessXamlMarkupCompile { get; set; }
member this.IsInProcessXamlMarkupCompile : bool with get, set
Public Property IsInProcessXamlMarkupCompile As Boolean

Property Value

true if the compilation of XAML markup is in process; otherwise, false.

Applies to