[Visual Basic] Public Function CastToOleAutomationObject( _ ByVal Object As Object _ ) As OleAutomationObject [C#] public OleAutomationObject CastToOleAutomationObject( Object Object ); [C++] public: OleAutomationObject* CastToOleAutomationObject( Object* Object ); [JScript] public function CastToOleAutomationObject( Object Object ): OleAutomationObject;
ObjectCaster Class | EbsOpen Namespace