BuildExtensionContext.IsInProcessXamlMarkupCompile Property

Definition

Gets or sets whether the build extension context is in process of Extensible Application Markup Language compilation.

public:
 property bool IsInProcessXamlMarkupCompile { bool get(); };
public bool IsInProcessXamlMarkupCompile { get; }
member this.IsInProcessXamlMarkupCompile : bool
Public ReadOnly Property IsInProcessXamlMarkupCompile As Boolean

Property Value

True if the build extension context is in process of Extensible Application Markup Language compilation; otherwise, false.

Applies to