SafeIUnknown::ToObject<T> Method ()

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
generic<typename T>
where T : ref class
T ToObject()

Return Value

Type: T

Returns Object.

Type Parameters

T

The type to try-cast the COM object to

Return to top
Show: