BStrWrapper::WrappedObject Property

 

Gets the wrapped String object to marshal as type VT_BSTR.

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

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

Property Value

Type: System::String^

The object that is wrapped by BStrWrapper.

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