IVsVba.GetVbaUnk(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.
Obsolete.
public:
int GetVbaUnk(System::Object ^ % pUnknown);
int GetVbaUnk(winrt::Windows::Foundation::IInspectable const & & pUnknown);
public int GetVbaUnk (ref object pUnknown);
abstract member GetVbaUnk : obj -> int
Public Function GetVbaUnk (ByRef pUnknown As Object) As Integer
Parameters
- pUnknown
- Object
The IUnknown object.
Returns
S_OK, or an error result.