SafeIUnknown.FromObject(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.
Helper method to facilitate the common method for retrieving a native IUnknown: Marshal.GetIUnknownForObject.
public:
static Microsoft::VisualStudio::PlatformUI::SafeIUnknown ^ FromObject(System::Object ^ o);
public static Microsoft.VisualStudio.PlatformUI.SafeIUnknown FromObject (object o);
static member FromObject : obj -> Microsoft.VisualStudio.PlatformUI.SafeIUnknown
Public Shared Function FromObject (o As Object) As SafeIUnknown
Parameters
- o
- Object