IXamlType.ActivateInstance 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.
Given a XAML type, sets its values for initialization and returns a usable instance.
public:
Platform::Object ^ ActivateInstance();
IInspectable ActivateInstance();
public object ActivateInstance();
function activateInstance()
Public Function ActivateInstance () As Object
Returns
The usable instance.
Remarks
This is an infrastructure API that replicates ActivateInstance for XAML activation.