GlobalObject.CreateInstance 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.
Creates a cached instance of the global object.
protected:
virtual System::Object ^ CreateInstance();
protected:
virtual Platform::Object ^ CreateInstance();
virtual winrt::Windows::Foundation::IInspectable CreateInstance();
protected virtual object CreateInstance ();
abstract member CreateInstance : unit -> obj
override this.CreateInstance : unit -> obj
Protected Overridable Function CreateInstance () As Object
Returns
An Object that represents an instance of the global object class.