WrapperPolicy.CreateAggregatedObject(Object) 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.
Wraps the provided object in a native layer that implements STA-threaded COM behavior.
public:
static System::Object ^ CreateAggregatedObject(System::Object ^ managedObject);
public:
static Platform::Object ^ CreateAggregatedObject(Platform::Object ^ managedObject);
static winrt::Windows::Foundation::IInspectable CreateAggregatedObject(winrt::Windows::Foundation::IInspectable const & managedObject);
public static object CreateAggregatedObject (object managedObject);
static member CreateAggregatedObject : obj -> obj
Public Shared Function CreateAggregatedObject (managedObject As Object) As Object
Parameters
- managedObject
- Object