VariantWrapper::WrappedObject Property

 

Gets the object wrapped by the VariantWrapper object.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
property Object^ WrappedObject {
	Object^ get();
}

Property Value

Type: System::Object^

The object wrapped by the VariantWrapper object.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: