UwpAppxBuildTools.AddResearchModeCapability(XElement) Method

Definition

Adds the 'Research Mode' capability to the manifest.

public:
 static void AddResearchModeCapability(System::Xml::Linq::XElement ^ rootNode);
public static void AddResearchModeCapability (System.Xml.Linq.XElement rootNode);
static member AddResearchModeCapability : System.Xml.Linq.XElement -> unit
Public Shared Sub AddResearchModeCapability (rootNode As XElement)

Parameters

rootNode
XElement

Remarks

This is only for research projects and should not be used in production. For further information take a look at https://docs.microsoft.com/windows/mixed-reality/research-mode. Note that this function is only public to poke a hole for testing - do not take a dependency on this function.

Applies to