UwpAppxBuildTools.AddResearchModeCapability(XElement) Method
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.
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.