BuildExtensionContext.IsInProcessXamlMarkupCompile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.